[llvm-commits] CVS: llvm/include/Support/HashExtras.h
Misha Brukman
brukman at cs.uiuc.edu
Fri Aug 15 12:53:02 PDT 2003
Changes in directory llvm/include/Support:
HashExtras.h updated: 1.6 -> 1.7
---
Log message:
Reordered includes to be consistent with the LLVM style.
---
Diffs of the changes:
Index: llvm/include/Support/HashExtras.h
diff -u llvm/include/Support/HashExtras.h:1.6 llvm/include/Support/HashExtras.h:1.7
--- llvm/include/Support/HashExtras.h:1.6 Mon Jun 16 19:35:55 2003
+++ llvm/include/Support/HashExtras.h Fri Aug 15 12:52:02 2003
@@ -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 {
More information about the llvm-commits
mailing list