Move all of the header files which are involved in modelling the LLVM IR
[oota-llvm.git] / unittests / Bitcode / BitReaderTest.cpp
index 68cfe2836a29c4b19444ad396ec0b684d6b2cd46..98cb8143e4caad9f3e1fdb89aec5a35d5bd08676 100644 (file)
 #include "llvm/Analysis/Verifier.h"
 #include "llvm/Bitcode/BitstreamWriter.h"
 #include "llvm/Bitcode/ReaderWriter.h"
-#include "llvm/Constants.h"
-#include "llvm/Instructions.h"
-#include "llvm/LLVMContext.h"
-#include "llvm/Module.h"
+#include "llvm/IR/Constants.h"
+#include "llvm/IR/Instructions.h"
+#include "llvm/IR/LLVMContext.h"
+#include "llvm/IR/Module.h"
 #include "llvm/PassManager.h"
 #include "llvm/Support/MemoryBuffer.h"
 #include "gtest/gtest.h"