| Index: Source/core/dom/ProcessingInstruction.cpp
|
| diff --git a/Source/core/dom/ProcessingInstruction.cpp b/Source/core/dom/ProcessingInstruction.cpp
|
| index 93830ccb41f29b250f482fab7c6310e6a19398dc..56a86177380958920b84e54303d7249e10c39044 100644
|
| --- a/Source/core/dom/ProcessingInstruction.cpp
|
| +++ b/Source/core/dom/ProcessingInstruction.cpp
|
| @@ -22,10 +22,6 @@
|
| #include "ProcessingInstruction.h"
|
|
|
| #include "CSSStyleSheet.h"
|
| -#include "CachedCSSStyleSheet.h"
|
| -#include "CachedResourceLoader.h"
|
| -#include "CachedResourceRequest.h"
|
| -#include "CachedXSLStyleSheet.h"
|
| #include "Document.h"
|
| #include "DocumentStyleSheetCollection.h"
|
| #include "ExceptionCode.h"
|
| @@ -35,6 +31,10 @@
|
| #include "XMLDocumentParser.h" // for parseAttributes()
|
| #include "XSLStyleSheet.h"
|
| #include "core/loader/FrameLoader.h"
|
| +#include "core/loader/cache/CachedCSSStyleSheet.h"
|
| +#include "core/loader/cache/CachedResourceLoader.h"
|
| +#include "core/loader/cache/CachedResourceRequest.h"
|
| +#include "core/loader/cache/CachedXSLStyleSheet.h"
|
|
|
| namespace WebCore {
|
|
|
|
|