Move all of the header files which are involved in modelling the LLVM IR
[oota-llvm.git] / lib / IR / ValueTypes.cpp
index 72d248c7c9e8f6c99a2db213dbcc4397c8312ce0..ba04d60c24a1097bf8ae3817365947eb69248926 100644 (file)
 
 #include "llvm/CodeGen/ValueTypes.h"
 #include "llvm/ADT/StringExtras.h"
-#include "llvm/DerivedTypes.h"
-#include "llvm/LLVMContext.h"
+#include "llvm/IR/DerivedTypes.h"
+#include "llvm/IR/LLVMContext.h"
+#include "llvm/IR/Type.h"
 #include "llvm/Support/ErrorHandling.h"
-#include "llvm/Type.h"
 using namespace llvm;
 
 EVT EVT::changeExtendedVectorElementTypeToInteger() const {