Move all of the header files which are involved in modelling the LLVM IR
[oota-llvm.git] / lib / Bitcode / Reader / BitcodeReader.h
index 6d27eff128ab9ac660529c24128f9c40d8e8cf5f..3347418de8eaf96f38872516ef6e40b5b0535aa8 100644 (file)
 #define BITCODE_READER_H
 
 #include "llvm/ADT/DenseMap.h"
-#include "llvm/Attributes.h"
 #include "llvm/Bitcode/BitstreamReader.h"
 #include "llvm/Bitcode/LLVMBitCodes.h"
 #include "llvm/GVMaterializer.h"
-#include "llvm/OperandTraits.h"
+#include "llvm/IR/Attributes.h"
+#include "llvm/IR/OperandTraits.h"
+#include "llvm/IR/Type.h"
 #include "llvm/Support/ValueHandle.h"
-#include "llvm/Type.h"
 #include <vector>
 
 namespace llvm {