Move the LLVM IR asm writer header files into the IR directory, as they
[oota-llvm.git] / lib / IR / Dominators.cpp
index a1160cdc83b13f85ec95b1dbfbdbcfc884cf374f..fd0ef4badb239d3c1fe2ac3add4841c5d943683e 100644 (file)
@@ -19,8 +19,8 @@
 #include "llvm/ADT/SmallPtrSet.h"
 #include "llvm/ADT/SmallVector.h"
 #include "llvm/Analysis/DominatorInternals.h"
-#include "llvm/Assembly/Writer.h"
 #include "llvm/IR/Instructions.h"
+#include "llvm/IR/Writer.h"
 #include "llvm/Support/CFG.h"
 #include "llvm/Support/CommandLine.h"
 #include "llvm/Support/Compiler.h"