Sort the #include lines for the include/... tree with the script.
[oota-llvm.git] / include / llvm / Support / SourceMgr.h
index bcf95f2f6e66aa3ad23d1be696fb79139f67fe57..bc832e0c9e52e367b482711e99d9a98e5fb63d6e 100644 (file)
@@ -16,8 +16,8 @@
 #ifndef SUPPORT_SOURCEMGR_H
 #define SUPPORT_SOURCEMGR_H
 
-#include "llvm/Support/SMLoc.h"
 #include "llvm/ADT/ArrayRef.h"
+#include "llvm/Support/SMLoc.h"
 #include <string>
 
 namespace llvm {