Move all of the header files which are involved in modelling the LLVM IR
[oota-llvm.git] / include / llvm-c / Core.h
index 620d0887be73f446ff3e802b07f2cb2257bd35b6..f2fe7645774960d53481ed4a076c5eafa1af6465 100644 (file)
@@ -21,8 +21,8 @@
 
 /* Need these includes to support the LLVM 'cast' template for the C++ 'wrap' 
    and 'unwrap' conversion functions. */
-#include "llvm/IRBuilder.h"
-#include "llvm/Module.h"
+#include "llvm/IR/IRBuilder.h"
+#include "llvm/IR/Module.h"
 #include "llvm/PassRegistry.h"
 
 extern "C" {