Sort the #include lines for the include/... tree with the script.
[oota-llvm.git] / include / llvm / MC / MCSectionELF.h
index 4d54465760d4ead69b84fec13e35a18540fbde23..329c75cb1d7d9479d0f0dcd906cc0f5f7036d0e0 100644 (file)
@@ -14,9 +14,9 @@
 #ifndef LLVM_MC_MCSECTIONELF_H
 #define LLVM_MC_MCSECTIONELF_H
 
+#include "llvm/ADT/StringRef.h"
 #include "llvm/MC/MCSection.h"
 #include "llvm/Support/ELF.h"
-#include "llvm/ADT/StringRef.h"
 
 namespace llvm {