| Index: Source/core/xml/XSLImportRule.cpp
|
| diff --git a/Source/core/xml/XSLImportRule.cpp b/Source/core/xml/XSLImportRule.cpp
|
| index aad1ddbf326e261053de66982b7a05cd7d75dfaf..e59e793ab5573f280b8a1f76d7400ea30fe31e98 100644
|
| --- a/Source/core/xml/XSLImportRule.cpp
|
| +++ b/Source/core/xml/XSLImportRule.cpp
|
| @@ -22,11 +22,11 @@
|
| #include "config.h"
|
| #include "XSLImportRule.h"
|
|
|
| -#include "CachedXSLStyleSheet.h"
|
| -#include "CachedResourceLoader.h"
|
| -#include "CachedResourceRequest.h"
|
| #include "Document.h"
|
| #include "XSLStyleSheet.h"
|
| +#include "core/loader/cache/CachedResourceLoader.h"
|
| +#include "core/loader/cache/CachedResourceRequest.h"
|
| +#include "core/loader/cache/CachedXSLStyleSheet.h"
|
|
|
| namespace WebCore {
|
|
|
|
|