[cleanup] Move the Dominators.h and Verifier.h headers into the IR
[oota-llvm.git] / include / llvm / CodeGen / MachinePostDominators.h
index ca09aef82616b0e2d8743dd574ccb950b5849381..4885d24f869652b079fe895ff291d3291ae34fd0 100644 (file)
@@ -15,9 +15,9 @@
 #ifndef LLVM_CODEGEN_MACHINEPOSTDOMINATORS_H
 #define LLVM_CODEGEN_MACHINEPOSTDOMINATORS_H
 
-#include "llvm/Analysis/Dominators.h"
 #include "llvm/CodeGen/MachineDominators.h"
 #include "llvm/CodeGen/MachineFunctionPass.h"
+#include "llvm/IR/Dominators.h"
 
 namespace llvm {