[cleanup] Move the Dominators.h and Verifier.h headers into the IR
[oota-llvm.git] / tools / bugpoint / ExtractFunction.cpp
index 369c904709ad64236e98b56428085b4074a696fb..8bcae8a945c70b6646306962a12c74c66bb07bae 100644 (file)
 //===----------------------------------------------------------------------===//
 
 #include "BugDriver.h"
-#include "llvm/Analysis/Verifier.h"
 #include "llvm/IR/Constants.h"
 #include "llvm/IR/DataLayout.h"
 #include "llvm/IR/DerivedTypes.h"
 #include "llvm/IR/LLVMContext.h"
 #include "llvm/IR/Module.h"
+#include "llvm/IR/Verifier.h"
 #include "llvm/Pass.h"
 #include "llvm/PassManager.h"
 #include "llvm/Support/CommandLine.h"