| Index: Source/core/xml/XSLStyleSheetLibxslt.cpp
|
| diff --git a/Source/core/xml/XSLStyleSheetLibxslt.cpp b/Source/core/xml/XSLStyleSheetLibxslt.cpp
|
| index a74ee2037c4984d0cb81b68797b74945e7b0751e..5a54047001a4755a83083ee910bc16b8598e08f0 100644
|
| --- a/Source/core/xml/XSLStyleSheetLibxslt.cpp
|
| +++ b/Source/core/xml/XSLStyleSheetLibxslt.cpp
|
| @@ -22,11 +22,11 @@
|
| #include "config.h"
|
| #include "XSLStyleSheet.h"
|
|
|
| -#include "Document.h"
|
| -#include "Node.h"
|
| -#include "TransformSource.h"
|
| #include "XSLImportRule.h"
|
| #include "XSLTProcessor.h"
|
| +#include "core/dom/Document.h"
|
| +#include "core/dom/Node.h"
|
| +#include "core/dom/TransformSource.h"
|
| #include "core/loader/cache/CachedResourceLoader.h"
|
| #include "core/page/Frame.h"
|
| #include "core/page/Page.h"
|
|
|