Move all of the header files which are involved in modelling the LLVM IR
[oota-llvm.git] / lib / IR / PrintModulePass.cpp
index 422aa0917cd73dd57249576ac9e5d240e34ee599..e4e9939f083dc378a0d770900139713e33c6d9d8 100644 (file)
@@ -12,8 +12,8 @@
 //===----------------------------------------------------------------------===//
 
 #include "llvm/Assembly/PrintModulePass.h"
-#include "llvm/Function.h"
-#include "llvm/Module.h"
+#include "llvm/IR/Function.h"
+#include "llvm/IR/Module.h"
 #include "llvm/Pass.h"
 #include "llvm/Support/Debug.h"
 #include "llvm/Support/raw_ostream.h"