summaryrefslogtreecommitdiffstats
path: root/WebCore/css/CSSVariablesDeclaration.h
diff options
context:
space:
mode:
Diffstat (limited to 'WebCore/css/CSSVariablesDeclaration.h')
-rw-r--r--WebCore/css/CSSVariablesDeclaration.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/WebCore/css/CSSVariablesDeclaration.h b/WebCore/css/CSSVariablesDeclaration.h
index f16b011..6838743 100644
--- a/WebCore/css/CSSVariablesDeclaration.h
+++ b/WebCore/css/CSSVariablesDeclaration.h
@@ -27,11 +27,11 @@
#define CSSVariablesDeclaration_h
#include "PlatformString.h"
-#include "StringHash.h"
#include "StyleBase.h"
#include <wtf/HashMap.h>
#include <wtf/RefPtr.h>
#include <wtf/Vector.h>
+#include <wtf/text/StringHash.h>
namespace WebCore {