Move all of the header files which are involved in modelling the LLVM IR
[oota-llvm.git] / lib / Bitcode / Reader / BitReader.cpp
index a47c013a52422aac9a7b5fe8e2f8148c650521a4..5cd6c552bd8a7b22b8aa80f339c0371eed47cd16 100644 (file)
@@ -9,7 +9,7 @@
 
 #include "llvm-c/BitReader.h"
 #include "llvm/Bitcode/ReaderWriter.h"
-#include "llvm/LLVMContext.h"
+#include "llvm/IR/LLVMContext.h"
 #include "llvm/Support/MemoryBuffer.h"
 #include <cstring>
 #include <string>