[cleanup] Re-sort all the #include lines in LLVM using
[oota-llvm.git] / lib / Target / MSP430 / MSP430TargetMachine.cpp
index 6640b52f94af8c2b7053bc6dc7d020ef8fd5669c..66e75037c9210cc4a9ec90ef0abe28e842f72fee 100644 (file)
@@ -12,9 +12,9 @@
 //===----------------------------------------------------------------------===//
 
 #include "MSP430TargetMachine.h"
-#include "llvm/CodeGen/TargetLoweringObjectFileImpl.h"
 #include "MSP430.h"
 #include "llvm/CodeGen/Passes.h"
+#include "llvm/CodeGen/TargetLoweringObjectFileImpl.h"
 #include "llvm/MC/MCAsmInfo.h"
 #include "llvm/PassManager.h"
 #include "llvm/Support/TargetRegistry.h"