| Index: Source/core/dom/ProcessingInstruction.cpp
|
| diff --git a/Source/core/dom/ProcessingInstruction.cpp b/Source/core/dom/ProcessingInstruction.cpp
|
| index a9c50753b0bd64c2a705806bb9e24c005e21238e..4332eb29df6a11679807d19decff167d3fc22535 100644
|
| --- a/Source/core/dom/ProcessingInstruction.cpp
|
| +++ b/Source/core/dom/ProcessingInstruction.cpp
|
| @@ -21,13 +21,13 @@
|
| #include "config.h"
|
| #include "ProcessingInstruction.h"
|
|
|
| -#include "CSSStyleSheet.h"
|
| #include "Document.h"
|
| #include "DocumentStyleSheetCollection.h"
|
| #include "ExceptionCode.h"
|
| -#include "MediaList.h"
|
| -#include "StyleSheetContents.h"
|
| #include "XSLStyleSheet.h"
|
| +#include "core/css/CSSStyleSheet.h"
|
| +#include "core/css/MediaList.h"
|
| +#include "core/css/StyleSheetContents.h"
|
| #include "core/loader/FrameLoader.h"
|
| #include "core/loader/cache/CachedCSSStyleSheet.h"
|
| #include "core/loader/cache/CachedResourceLoader.h"
|
|
|