summaryrefslogtreecommitdiffstats
path: root/WebCore/inspector/InspectorCSSStore.h
diff options
context:
space:
mode:
Diffstat (limited to 'WebCore/inspector/InspectorCSSStore.h')
-rw-r--r--WebCore/inspector/InspectorCSSStore.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/WebCore/inspector/InspectorCSSStore.h b/WebCore/inspector/InspectorCSSStore.h
index 2a05d71..ee435e5 100644
--- a/WebCore/inspector/InspectorCSSStore.h
+++ b/WebCore/inspector/InspectorCSSStore.h
@@ -29,10 +29,10 @@
#ifndef InspectorCSSStore_h
#define InspectorCSSStore_h
-#include "StringHash.h"
#include <wtf/Forward.h>
#include <wtf/HashMap.h>
#include <wtf/RefPtr.h>
+#include <wtf/text/StringHash.h>
namespace WebCore {