diff options
author | Bill Wendling <isanbard@gmail.com> | 2012-10-15 05:40:12 +0000 |
---|---|---|
committer | Bill Wendling <isanbard@gmail.com> | 2012-10-15 05:40:12 +0000 |
commit | 8c3e65db520c82ae017720899fcda4a218b11a73 (patch) | |
tree | 11328fcec97f2d83db624bb7a61fb21409e212c9 /llvm/lib/VMCore/LLVMContextImpl.h | |
parent | 311c832fdace67a6906be39afcb9f220acf56518 (diff) | |
download | bcm5719-llvm-8c3e65db520c82ae017720899fcda4a218b11a73.tar.gz bcm5719-llvm-8c3e65db520c82ae017720899fcda4a218b11a73.zip |
Move the AttributesImpl header file into the VMCore directory so that it can be opaque.
llvm-svn: 165920
Diffstat (limited to 'llvm/lib/VMCore/LLVMContextImpl.h')
-rw-r--r-- | llvm/lib/VMCore/LLVMContextImpl.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/VMCore/LLVMContextImpl.h b/llvm/lib/VMCore/LLVMContextImpl.h index 524f7e54bb4..ee31814c055 100644 --- a/llvm/lib/VMCore/LLVMContextImpl.h +++ b/llvm/lib/VMCore/LLVMContextImpl.h @@ -16,9 +16,9 @@ #define LLVM_LLVMCONTEXT_IMPL_H #include "llvm/LLVMContext.h" +#include "AttributesImpl.h" #include "ConstantsContext.h" #include "LeaksContext.h" -#include "llvm/AttributesImpl.h" #include "llvm/Constants.h" #include "llvm/DerivedTypes.h" #include "llvm/Metadata.h" |