Reordered includes to be consistent with the LLVM style.
authorMisha Brukman <brukman+llvm@gmail.com>
Fri, 15 Aug 2003 17:52:02 +0000 (17:52 +0000)
committerMisha Brukman <brukman+llvm@gmail.com>
Fri, 15 Aug 2003 17:52:02 +0000 (17:52 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@7887 91177308-0d34-0410-b5e6-96231b3b80d8

include/Support/HashExtras.h
include/llvm/ADT/HashExtras.h

index f644cbd22bd071f4e65a679d26f5589eb7ceaba1..44355a48e96cf20c5a401e8f2b229130117a4318 100644 (file)
@@ -10,8 +10,8 @@
 #ifndef SUPPORT_HASHEXTRAS_H
 #define SUPPORT_HASHEXTRAS_H
 
-#include <string>
 #include "Support/hash_map"
+#include <string>
 
 // Cannot specialize hash template from outside of the std namespace.
 namespace HASH_NAMESPACE {
index f644cbd22bd071f4e65a679d26f5589eb7ceaba1..44355a48e96cf20c5a401e8f2b229130117a4318 100644 (file)
@@ -10,8 +10,8 @@
 #ifndef SUPPORT_HASHEXTRAS_H
 #define SUPPORT_HASHEXTRAS_H
 
-#include <string>
 #include "Support/hash_map"
+#include <string>
 
 // Cannot specialize hash template from outside of the std namespace.
 namespace HASH_NAMESPACE {