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