Chromium Code Reviews| Index: trunk/Source/wtf/HashTable.h |
| =================================================================== |
| --- trunk/Source/wtf/HashTable.h (revision 153372) |
| +++ trunk/Source/wtf/HashTable.h (working copy) |
| @@ -26,7 +26,6 @@ |
| #include "wtf/Assertions.h" |
| #include "wtf/FastMalloc.h" |
| #include "wtf/HashTraits.h" |
| -#include "wtf/text/StringHash.h" |
| #include <string.h> |
| #define DUMP_HASHTABLE_STATS 0 |