Move all of the header files which are involved in modelling the LLVM IR
[oota-llvm.git] / lib / Target / TargetMachineC.cpp
index 10c770b135a8576cd77d177e8378c20cb152ef45..1e4c195b0f344474e18f9bc4dfa1f123b50cc8aa 100644 (file)
@@ -14,8 +14,8 @@
 #include "llvm-c/TargetMachine.h"
 #include "llvm-c/Core.h"
 #include "llvm-c/Target.h"
-#include "llvm/DataLayout.h"
-#include "llvm/Module.h"
+#include "llvm/IR/DataLayout.h"
+#include "llvm/IR/Module.h"
 #include "llvm/PassManager.h"
 #include "llvm/Support/CodeGen.h"
 #include "llvm/Support/FormattedStream.h"