Move C++ code out of the C headers and into either C++ headers
[oota-llvm.git] / lib / Bitcode / Reader / BitReader.cpp
index 448504c89e625af3068b1acd4461a2ec8deee25d..d777c8c6aad36ef57cb91cbbf7211018415b095f 100644 (file)
@@ -8,11 +8,12 @@
 //===----------------------------------------------------------------------===//
 
 #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 <string>
 #include <cstring>
+#include <string>
 
 using namespace llvm;