1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-24 03:33:20 +01:00

Reordered includes to be consistent with the LLVM style.

llvm-svn: 7887
This commit is contained in:
Misha Brukman 2003-08-15 17:52:02 +00:00
parent c705a7a6f3
commit 2416155d3d

View 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 {