[cleanup] Re-sort all the #include lines in LLVM using
[oota-llvm.git] / include / llvm / Support / StringPool.h
index 3e0465340c3b472a32cf38124ea695d1681f6ba5..b51974c946e0a342b0068e590aca7ca33f6c01d7 100644 (file)
@@ -29,8 +29,8 @@
 #ifndef LLVM_SUPPORT_STRINGPOOL_H
 #define LLVM_SUPPORT_STRINGPOOL_H
 
-#include "llvm/Support/Compiler.h"
 #include "llvm/ADT/StringMap.h"
+#include "llvm/Support/Compiler.h"
 #include <cassert>
 #include <new>