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 | 2d0a292edc3d56738dd2c71cb8cfc9085e2587e9 (patch) | |
| tree | c5c8e138b77a43b9d64c77656a995c1891502d50 /llvm/include/Support/HashExtras.h | |
| parent | 488c2d4f5f64b317dcbc7707af395fa1d19870f1 (diff) | |
| download | bcm5719-llvm-2d0a292edc3d56738dd2c71cb8cfc9085e2587e9.tar.gz bcm5719-llvm-2d0a292edc3d56738dd2c71cb8cfc9085e2587e9.zip | |
Reordered includes to be consistent with the LLVM style.
llvm-svn: 7887
Diffstat (limited to 'llvm/include/Support/HashExtras.h')
| -rw-r--r-- | llvm/include/Support/HashExtras.h | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/llvm/include/Support/HashExtras.h b/llvm/include/Support/HashExtras.h index f644cbd22bd..44355a48e96 100644 --- a/llvm/include/Support/HashExtras.h +++ b/llvm/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 { | 

