Move the LLVM IR asm writer header files into the IR directory, as they
[oota-llvm.git] / lib / IR / LegacyPassManager.cpp
index d0f3b24a30d0451c2c0725778ff4e50a4bf5b6d4..211856bb1b8f1f5b50578d6dac5dc1a0dc1ef462 100644 (file)
 //===----------------------------------------------------------------------===//
 
 
-#include "llvm/Assembly/PrintModulePass.h"
-#include "llvm/Assembly/Writer.h"
+#include "llvm/IR/PrintModulePass.h"
 #include "llvm/IR/LegacyPassManager.h"
 #include "llvm/IR/LegacyPassManagers.h"
 #include "llvm/IR/Module.h"
+#include "llvm/IR/Writer.h"
 #include "llvm/Support/CommandLine.h"
 #include "llvm/Support/Debug.h"
 #include "llvm/Support/ErrorHandling.h"