diff options
Diffstat (limited to 'WebCore/platform/LinkHash.h')
-rw-r--r-- | WebCore/platform/LinkHash.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/WebCore/platform/LinkHash.h b/WebCore/platform/LinkHash.h index a499a8e..dc494d2 100644 --- a/WebCore/platform/LinkHash.h +++ b/WebCore/platform/LinkHash.h @@ -26,8 +26,8 @@ #ifndef LinkHash_h #define LinkHash_h -#include "StringHash.h" #include <wtf/Forward.h> +#include <wtf/text/StringHash.h> namespace WebCore { |