summaryrefslogtreecommitdiffstats
path: root/llvm/lib/VMCore/LLVMContextImpl.h
diff options
context:
space:
mode:
authorBill Wendling <isanbard@gmail.com>2012-10-15 05:40:12 +0000
committerBill Wendling <isanbard@gmail.com>2012-10-15 05:40:12 +0000
commit8c3e65db520c82ae017720899fcda4a218b11a73 (patch)
tree11328fcec97f2d83db624bb7a61fb21409e212c9 /llvm/lib/VMCore/LLVMContextImpl.h
parent311c832fdace67a6906be39afcb9f220acf56518 (diff)
downloadbcm5719-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.h2
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"
OpenPOWER on IntegriCloud