Move all of the header files which are involved in modelling the LLVM IR
[oota-llvm.git] / include / llvm / Support / TargetFolder.h
index f2d83a4565d864ca753f11b2d3f50ba4a0b03e1d..5c1978dddb79db11fc4562fabf25708b3c395517 100644 (file)
@@ -21,8 +21,8 @@
 
 #include "llvm/ADT/ArrayRef.h"
 #include "llvm/Analysis/ConstantFolding.h"
 
 #include "llvm/ADT/ArrayRef.h"
 #include "llvm/Analysis/ConstantFolding.h"
-#include "llvm/Constants.h"
-#include "llvm/InstrTypes.h"
+#include "llvm/IR/Constants.h"
+#include "llvm/IR/InstrTypes.h"
 
 namespace llvm {
 
 
 namespace llvm {