Move all of the header files which are involved in modelling the LLVM IR
[oota-llvm.git] / tools / llvm-ar / llvm-ar.cpp
index c66c89f6ed28b242848828e2913216648fa7c305..86eb8e272f60e5c4acda60130e9727a8a9842092 100644 (file)
@@ -12,9 +12,9 @@
 //
 //===----------------------------------------------------------------------===//
 
-#include "llvm/LLVMContext.h"
+#include "llvm/IR/LLVMContext.h"
 #include "llvm/Bitcode/Archive.h"
-#include "llvm/Module.h"
+#include "llvm/IR/Module.h"
 #include "llvm/Support/CommandLine.h"
 #include "llvm/Support/FileSystem.h"
 #include "llvm/Support/Format.h"