diff options
author | Misha Brukman <brukman+llvm@gmail.com> | 2003-08-15 17:52:02 +0000 |
---|---|---|
committer | Misha Brukman <brukman+llvm@gmail.com> | 2003-08-15 17:52:02 +0000 |
commit | 53523e57bf363792e4b1d3b5002a7fe349061364 (patch) | |
tree | 6ad376d712486c8c1371ef784e0c3d934bc0ebad | |
parent | 4050f7f6f269faf218678f6b0aa88931aa7da816 (diff) |
Reordered includes to be consistent with the LLVM style.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@7887 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r-- | include/Support/HashExtras.h | 2 | ||||
-rw-r--r-- | include/llvm/ADT/HashExtras.h | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/include/Support/HashExtras.h b/include/Support/HashExtras.h index f644cbd22b..44355a48e9 100644 --- a/include/Support/HashExtras.h +++ b/include/Support/HashExtras.h @@ -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 { diff --git a/include/llvm/ADT/HashExtras.h b/include/llvm/ADT/HashExtras.h index f644cbd22b..44355a48e9 100644 --- a/include/llvm/ADT/HashExtras.h +++ b/include/llvm/ADT/HashExtras.h @@ -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 { |