summaryrefslogtreecommitdiffstats
path: root/WebCore/platform/network/curl
diff options
context:
space:
mode:
Diffstat (limited to 'WebCore/platform/network/curl')
-rw-r--r--WebCore/platform/network/curl/CookieJarCurl.cpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/WebCore/platform/network/curl/CookieJarCurl.cpp b/WebCore/platform/network/curl/CookieJarCurl.cpp
index 7c906a0..e05947c 100644
--- a/WebCore/platform/network/curl/CookieJarCurl.cpp
+++ b/WebCore/platform/network/curl/CookieJarCurl.cpp
@@ -21,9 +21,8 @@
#include "Document.h"
#include "KURL.h"
#include "PlatformString.h"
-#include "StringHash.h"
-
#include <wtf/HashMap.h>
+#include <wtf/text/StringHash.h>
namespace WebCore {