Move all of the header files which are involved in modelling the LLVM IR
[oota-llvm.git] / lib / IR / LLVMContextImpl.h
index c3adf39fc7eff028c1be2f970c4a6e600955fa9f..30fd6666fda742f4f2fa786b352b9aedd50da774 100644 (file)
 #include "llvm/ADT/Hashing.h"
 #include "llvm/ADT/SmallPtrSet.h"
 #include "llvm/ADT/StringMap.h"
-#include "llvm/Constants.h"
-#include "llvm/DerivedTypes.h"
-#include "llvm/LLVMContext.h"
-#include "llvm/Metadata.h"
+#include "llvm/IR/Constants.h"
+#include "llvm/IR/DerivedTypes.h"
+#include "llvm/IR/LLVMContext.h"
+#include "llvm/IR/Metadata.h"
 #include "llvm/Support/ValueHandle.h"
 #include <vector>