| Index: Source/core/xml/XSLStyleSheetLibxslt.cpp
|
| diff --git a/Source/core/xml/XSLStyleSheetLibxslt.cpp b/Source/core/xml/XSLStyleSheetLibxslt.cpp
|
| index 5a54047001a4755a83083ee910bc16b8598e08f0..d63a0fca8ad29c3a89197d5076860adc5e570b3e 100644
|
| --- a/Source/core/xml/XSLStyleSheetLibxslt.cpp
|
| +++ b/Source/core/xml/XSLStyleSheetLibxslt.cpp
|
| @@ -20,10 +20,8 @@
|
| */
|
|
|
| #include "config.h"
|
| -#include "XSLStyleSheet.h"
|
| +#include "core/xml/XSLStyleSheet.h"
|
|
|
| -#include "XSLImportRule.h"
|
| -#include "XSLTProcessor.h"
|
| #include "core/dom/Document.h"
|
| #include "core/dom/Node.h"
|
| #include "core/dom/TransformSource.h"
|
| @@ -31,6 +29,8 @@
|
| #include "core/page/Frame.h"
|
| #include "core/page/Page.h"
|
| #include "core/page/PageConsole.h"
|
| +#include "core/xml/XSLImportRule.h"
|
| +#include "core/xml/XSLTProcessor.h"
|
| #include "core/xml/parser/XMLDocumentParser.h"
|
| #include "core/xml/parser/XMLDocumentParserScope.h"
|
| #include <wtf/text/CString.h>
|
|
|