Move C++ code out of the C headers and into either C++ headers
[oota-llvm.git] / lib / Bitcode / Reader / BitReader.cpp
index a47c013a52422aac9a7b5fe8e2f8148c650521a4..d777c8c6aad36ef57cb91cbbf7211018415b095f 100644 (file)
@@ -8,8 +8,9 @@
 //===----------------------------------------------------------------------===//
 
 #include "llvm-c/BitReader.h"
+#include "llvm/Wrap.h"
 #include "llvm/Bitcode/ReaderWriter.h"
-#include "llvm/LLVMContext.h"
+#include "llvm/IR/LLVMContext.h"
 #include "llvm/Support/MemoryBuffer.h"
 #include <cstring>
 #include <string>