| Index: Source/core/xml/XSLTProcessor.h
|
| diff --git a/Source/core/xml/XSLTProcessor.h b/Source/core/xml/XSLTProcessor.h
|
| index d100ff0529bc582fc1be23403768b16849fb9ebd..6354925e37915353f87e6fb30b62212157a509eb 100644
|
| --- a/Source/core/xml/XSLTProcessor.h
|
| +++ b/Source/core/xml/XSLTProcessor.h
|
| @@ -25,8 +25,8 @@
|
|
|
| #include <libxml/parserInternals.h>
|
| #include <libxslt/documents.h>
|
| -#include "XSLStyleSheet.h"
|
| #include "core/dom/Node.h"
|
| +#include "core/xml/XSLStyleSheet.h"
|
| #include <wtf/HashMap.h>
|
| #include <wtf/text/StringHash.h>
|
|
|
|
|