Sort the #include lines for the include/... tree with the script.
[oota-llvm.git] / include / llvm / CodeGen / TargetSchedule.h
index 88e6105a7de2c4ce87d087e731aad2dc9b524500..4c4a2a8b9572fff60e04db20110465cef2f25baf 100644 (file)
 #ifndef LLVM_TARGET_TARGETSCHEDMODEL_H
 #define LLVM_TARGET_TARGETSCHEDMODEL_H
 
-#include "llvm/Target/TargetSubtargetInfo.h"
-#include "llvm/MC/MCSchedule.h"
-#include "llvm/MC/MCInstrItineraries.h"
 #include "llvm/ADT/SmallVector.h"
+#include "llvm/MC/MCInstrItineraries.h"
+#include "llvm/MC/MCSchedule.h"
+#include "llvm/Target/TargetSubtargetInfo.h"
 
 namespace llvm {