Move all of the header files which are involved in modelling the LLVM IR
[oota-llvm.git] / include / llvm / Support / ConstantFolder.h
index 93aa3436d2733a1cb48217740fa047bd4e6aa907..4aad952aaca1c771350801040a9dfb2dbc38edfa 100644 (file)
@@ -17,8 +17,8 @@
 #ifndef LLVM_SUPPORT_CONSTANTFOLDER_H
 #define LLVM_SUPPORT_CONSTANTFOLDER_H
 
-#include "llvm/Constants.h"
-#include "llvm/InstrTypes.h"
+#include "llvm/IR/Constants.h"
+#include "llvm/IR/InstrTypes.h"
 
 namespace llvm {