| Index: Source/core/xml/XSLTProcessorLibxslt.cpp
|
| diff --git a/Source/core/xml/XSLTProcessorLibxslt.cpp b/Source/core/xml/XSLTProcessorLibxslt.cpp
|
| index ec3deef43d5c95884e3de678baa7c21ac8fee628..d22ee99a7dd0721134abaeea11cc2d7e12d5ea48 100644
|
| --- a/Source/core/xml/XSLTProcessorLibxslt.cpp
|
| +++ b/Source/core/xml/XSLTProcessorLibxslt.cpp
|
| @@ -28,11 +28,11 @@
|
| #include <libxslt/security.h>
|
| #include <libxslt/variables.h>
|
| #include <libxslt/xsltutils.h>
|
| -#include "Document.h"
|
| -#include "TransformSource.h"
|
| #include "XSLStyleSheet.h"
|
| #include "XSLTExtensions.h"
|
| #include "XSLTUnicodeSort.h"
|
| +#include "core/dom/Document.h"
|
| +#include "core/dom/TransformSource.h"
|
| #include "core/editing/markup.h"
|
| #include "core/loader/cache/CachedResourceLoader.h"
|
| #include "core/page/Frame.h"
|
|
|