Sort the #include lines for the include/... tree with the script.
[oota-llvm.git] / include / llvm / Support / TargetFolder.h
index 45f781633656187036943286c699e293752a40af..f2d83a4565d864ca753f11b2d3f50ba4a0b03e1d 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/Constants.h"
+#include "llvm/InstrTypes.h"
 
 namespace llvm {