| Index: Source/core/xml/XSLStyleSheetLibxslt.cpp
|
| diff --git a/Source/core/xml/XSLStyleSheetLibxslt.cpp b/Source/core/xml/XSLStyleSheetLibxslt.cpp
|
| index 67f7a1b7d2bf116cbc455780af09327dadacbb0a..a74ee2037c4984d0cb81b68797b74945e7b0751e 100644
|
| --- a/Source/core/xml/XSLStyleSheetLibxslt.cpp
|
| +++ b/Source/core/xml/XSLStyleSheetLibxslt.cpp
|
| @@ -25,14 +25,14 @@
|
| #include "Document.h"
|
| #include "Node.h"
|
| #include "TransformSource.h"
|
| -#include "XMLDocumentParser.h"
|
| -#include "XMLDocumentParserScope.h"
|
| #include "XSLImportRule.h"
|
| #include "XSLTProcessor.h"
|
| #include "core/loader/cache/CachedResourceLoader.h"
|
| #include "core/page/Frame.h"
|
| #include "core/page/Page.h"
|
| #include "core/page/PageConsole.h"
|
| +#include "core/xml/parser/XMLDocumentParser.h"
|
| +#include "core/xml/parser/XMLDocumentParserScope.h"
|
| #include <wtf/text/CString.h>
|
|
|
| #include <libxml/uri.h>
|
|
|