[cleanup] Re-sort all the includes with utils/sort_includes.py.
[oota-llvm.git] / include / llvm / ADT / StringRef.h
index a1d10c18d78cafe1217b1c10eef13a66eaa75c76..bbfbf6744a3c48eb77ac84a9b0ca3457a7c01f03 100644 (file)
@@ -10,8 +10,8 @@
 #ifndef LLVM_ADT_STRINGREF_H
 #define LLVM_ADT_STRINGREF_H
 
-#include "llvm/Support/type_traits.h"
 #include "llvm/Support/Allocator.h"
+#include "llvm/Support/type_traits.h"
 #include <algorithm>
 #include <cassert>
 #include <cstring>