Put the functionality for printing a value to a raw_ostream as an
[oota-llvm.git] / lib / IR / Dominators.cpp
index 3fe840f67c1a0e4976fefbd8ba7445480a77806b..c11c87391a7545f17d072c9e1ea2f7241802c053 100644 (file)
@@ -19,8 +19,7 @@
 #include "llvm/ADT/SmallPtrSet.h"
 #include "llvm/ADT/SmallVector.h"
 #include "llvm/Analysis/DominatorInternals.h"
-#include "llvm/Assembly/Writer.h"
-#include "llvm/Instructions.h"
+#include "llvm/IR/Instructions.h"
 #include "llvm/Support/CFG.h"
 #include "llvm/Support/CommandLine.h"
 #include "llvm/Support/Compiler.h"