Sort the #include lines for the include/... tree with the script.
[oota-llvm.git] / include / llvm / ADT / StringExtras.h
index bf27c4313f82eb6a74400e8b2df0d754c6cdf7e7..9503e0f805a76d5195e9fffcc63fa3943bc2807e 100644 (file)
@@ -14,8 +14,8 @@
 #ifndef LLVM_ADT_STRINGEXTRAS_H
 #define LLVM_ADT_STRINGEXTRAS_H
 
-#include "llvm/Support/DataTypes.h"
 #include "llvm/ADT/StringRef.h"
+#include "llvm/Support/DataTypes.h"
 
 namespace llvm {
 template<typename T> class SmallVectorImpl;