Move all of the header files which are involved in modelling the LLVM IR
[oota-llvm.git] / lib / Linker / Linker.cpp
index ffe79d29c1577db2ebd9bd3718f8bf6b9603394b..a30363d0fff8ba7d6cdbe580a59157c01748e1c6 100644 (file)
@@ -13,7 +13,7 @@
 
 #include "llvm/Linker.h"
 #include "llvm/Bitcode/ReaderWriter.h"
-#include "llvm/Module.h"
+#include "llvm/IR/Module.h"
 #include "llvm/Support/MemoryBuffer.h"
 #include "llvm/Support/Path.h"
 #include "llvm/Support/raw_ostream.h"