Move all of the header files which are involved in modelling the LLVM IR
[oota-llvm.git] / tools / llvm-as / llvm-as.cpp
index 2aa57d6760815675b5a8a5aabcd81b5e3709fc01..273c4274b5d8aef06d4d1df586acdb39aef86eee 100644 (file)
 //
 //===----------------------------------------------------------------------===//
 
-#include "llvm/LLVMContext.h"
+#include "llvm/IR/LLVMContext.h"
 #include "llvm/Analysis/Verifier.h"
 #include "llvm/Assembly/Parser.h"
 #include "llvm/Bitcode/ReaderWriter.h"
-#include "llvm/Module.h"
+#include "llvm/IR/Module.h"
 #include "llvm/Support/CommandLine.h"
 #include "llvm/Support/ManagedStatic.h"
 #include "llvm/Support/PrettyStackTrace.h"