Move all of the header files which are involved in modelling the LLVM IR
[oota-llvm.git] / tools / llvm-ranlib / llvm-ranlib.cpp
index 77556287776eec4e61233a0950d26453e3b2cb4c..fe9d3e2954af16b7624c7a874713a01d21c038a5 100644 (file)
@@ -11,9 +11,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"