Linker.h has a new home.
[oota-llvm.git] / tools / bugpoint / BugDriver.cpp
index 6d13f96711813553e84a8df7d5707e3f591184c3..3a88bbb12e8809061440b54fdace96fa85fa8f95 100644 (file)
 //===----------------------------------------------------------------------===//
 
 #include "BugDriver.h"
+#include "llvm/Linker.h"
 #include "llvm/Module.h"
 #include "llvm/Pass.h"
 #include "llvm/Assembly/Parser.h"
 #include "llvm/Bytecode/Reader.h"
-#include "llvm/Support/Linker.h"
 #include "llvm/Support/ToolRunner.h"
 #include "llvm/Support/CommandLine.h"
 #include "llvm/Support/FileUtilities.h"