Use the new script to sort the includes of every file under lib.
[oota-llvm.git] / lib / Target / ARM / ARMTargetMachine.cpp
index b486d4fe2ef9fd29ea97835a6cc5899086990410..0613f2d9398db671a6eb37c31fafca4c0ead2bd4 100644 (file)
 //===----------------------------------------------------------------------===//
 
 #include "ARMTargetMachine.h"
-#include "ARMFrameLowering.h"
 #include "ARM.h"
-#include "llvm/PassManager.h"
+#include "ARMFrameLowering.h"
 #include "llvm/CodeGen/Passes.h"
 #include "llvm/MC/MCAsmInfo.h"
+#include "llvm/PassManager.h"
 #include "llvm/Support/CommandLine.h"
 #include "llvm/Support/FormattedStream.h"
 #include "llvm/Support/TargetRegistry.h"