diff options
Diffstat (limited to 'WebCore/xml/XSLTProcessor.h')
-rw-r--r-- | WebCore/xml/XSLTProcessor.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/WebCore/xml/XSLTProcessor.h b/WebCore/xml/XSLTProcessor.h index 9b91017..5be6b17 100644 --- a/WebCore/xml/XSLTProcessor.h +++ b/WebCore/xml/XSLTProcessor.h @@ -26,9 +26,9 @@ #if ENABLE(XSLT) #include "Node.h" -#include "StringHash.h" #include "XSLStyleSheet.h" #include <wtf/HashMap.h> +#include <wtf/text/StringHash.h> #if !USE(QXMLQUERY) #include <libxml/parserInternals.h> |