| Index: Source/core/xml/XSLStyleSheetLibxslt.cpp
|
| diff --git a/Source/core/xml/XSLStyleSheetLibxslt.cpp b/Source/core/xml/XSLStyleSheetLibxslt.cpp
|
| index 24085875dd499efb293334d25e89b5c7be3b62e4..44bc328f945e666500a013d8623438e819c90117 100644
|
| --- a/Source/core/xml/XSLStyleSheetLibxslt.cpp
|
| +++ b/Source/core/xml/XSLStyleSheetLibxslt.cpp
|
| @@ -22,7 +22,6 @@
|
| #include "config.h"
|
| #include "XSLStyleSheet.h"
|
|
|
| -#include "CachedResourceLoader.h"
|
| #include "Document.h"
|
| #include "Frame.h"
|
| #include "Node.h"
|
| @@ -33,6 +32,7 @@
|
| #include "XMLDocumentParserScope.h"
|
| #include "XSLImportRule.h"
|
| #include "XSLTProcessor.h"
|
| +#include "core/loader/cache/CachedResourceLoader.h"
|
| #include <wtf/text/CString.h>
|
|
|
| #include <libxml/uri.h>
|
|
|