Sort the #include lines for the include/... tree with the script.
[oota-llvm.git] / include / llvm / Target / TargetLoweringObjectFile.h
index fab63254d9b7bac7242bccd7249f7d0785c19d63..0df793dfd6071bfdb994ef21076bddbfaafae6fc 100644 (file)
 #ifndef LLVM_TARGET_TARGETLOWERINGOBJECTFILE_H
 #define LLVM_TARGET_TARGETLOWERINGOBJECTFILE_H
 
-#include "llvm/Module.h"
+#include "llvm/ADT/ArrayRef.h"
 #include "llvm/MC/MCObjectFileInfo.h"
 #include "llvm/MC/SectionKind.h"
-#include "llvm/ADT/ArrayRef.h"
+#include "llvm/Module.h"
 
 namespace llvm {
   class MachineModuleInfo;