Move all of the header files which are involved in modelling the LLVM IR
[oota-llvm.git] / tools / bugpoint / BugDriver.cpp
index d396f7f5ad95886afbd43b4e4d2f148213df2c17..cede4ac3ae412481b1254bebe33a1ea988df0510 100644 (file)
@@ -15,8 +15,8 @@
 
 #include "BugDriver.h"
 #include "ToolRunner.h"
+#include "llvm/IR/Module.h"
 #include "llvm/Linker.h"
-#include "llvm/Module.h"
 #include "llvm/Pass.h"
 #include "llvm/Support/CommandLine.h"
 #include "llvm/Support/FileUtilities.h"