Sort the #include lines for the include/... tree with the script.
[oota-llvm.git] / include / llvm / CodeGen / LiveStackAnalysis.h
index 86c4d7c11067a9f7e4ac33f231edae364934533f..a3b1855bbca6918aec6cb79e3bc35d68938dc590 100644 (file)
 #ifndef LLVM_CODEGEN_LIVESTACK_ANALYSIS_H
 #define LLVM_CODEGEN_LIVESTACK_ANALYSIS_H
 
-#include "llvm/CodeGen/MachineFunctionPass.h"
 #include "llvm/CodeGen/LiveInterval.h"
-#include "llvm/Target/TargetRegisterInfo.h"
+#include "llvm/CodeGen/MachineFunctionPass.h"
 #include "llvm/Support/Allocator.h"
+#include "llvm/Target/TargetRegisterInfo.h"
 #include <map>
 
 namespace llvm {