Use the new script to sort the includes of every file under lib.
[oota-llvm.git] / lib / CodeGen / TargetSchedule.cpp
index ca3b0e0b1173d63e2f605c483938c590def2195d..f31f67d58c26869cd653c7c8cc42bb1b1e9bb7cb 100644 (file)
 //===----------------------------------------------------------------------===//
 
 #include "llvm/CodeGen/TargetSchedule.h"
+#include "llvm/Support/CommandLine.h"
+#include "llvm/Support/raw_ostream.h"
 #include "llvm/Target/TargetInstrInfo.h"
 #include "llvm/Target/TargetMachine.h"
 #include "llvm/Target/TargetRegisterInfo.h"
 #include "llvm/Target/TargetSubtargetInfo.h"
-#include "llvm/Support/CommandLine.h"
-#include "llvm/Support/raw_ostream.h"
 
 using namespace llvm;