Move all of the header files which are involved in modelling the LLVM IR
[oota-llvm.git] / lib / IR / LLVMContext.cpp
index fc6392ba78c7b65e98bf144299a1b56cc49270ac..282779c7f4bdf502a95f172da0458902442b89fa 100644 (file)
 //
 //===----------------------------------------------------------------------===//
 
-#include "llvm/LLVMContext.h"
+#include "llvm/IR/LLVMContext.h"
 #include "LLVMContextImpl.h"
-#include "llvm/Constants.h"
-#include "llvm/Instruction.h"
-#include "llvm/Metadata.h"
+#include "llvm/IR/Constants.h"
+#include "llvm/IR/Instruction.h"
+#include "llvm/IR/Metadata.h"
 #include "llvm/Support/ManagedStatic.h"
 #include "llvm/Support/SourceMgr.h"
 #include <cctype>