[cleanup] Move the Dominators.h and Verifier.h headers into the IR
[oota-llvm.git] / tools / opt / GraphPrinters.cpp
index f271966d104f4525895808e3ee0bfc37e5d414dc..9ec55134f59625d221b965c23eab23cf3a3fd493 100644 (file)
@@ -14,7 +14,7 @@
 //
 //===----------------------------------------------------------------------===//
 
-#include "llvm/Analysis/Dominators.h"
+#include "llvm/IR/Dominators.h"
 #include "llvm/Pass.h"
 
 using namespace llvm;