Fix #includes after my last commit.
[oota-llvm.git] / tools / bugpoint / bugpoint.cpp
index efc656553b458f9e7c8112c4475fa6399f1effbc..dda2cbdbe911e3ead97fe31a0003243728961b35 100644 (file)
@@ -15,9 +15,9 @@
 
 #include "BugDriver.h"
 #include "ToolRunner.h"
-#include "llvm/LLVMContext.h"
+#include "llvm/IR/LLVMContext.h"
 #include "llvm/LinkAllPasses.h"
-#include "llvm/LinkAllVMCore.h"
+#include "llvm/LinkAllIR.h"
 #include "llvm/PassManager.h"
 #include "llvm/Support/CommandLine.h"
 #include "llvm/Support/ManagedStatic.h"