| Index: Source/core/xml/XSLTProcessorLibxslt.cpp
|
| diff --git a/Source/core/xml/XSLTProcessorLibxslt.cpp b/Source/core/xml/XSLTProcessorLibxslt.cpp
|
| index 6e3866cd2fc53062d26adedd1e209788213f53c9..10e811fd96aa589b3e58cf61901cfbd9bc348260 100644
|
| --- a/Source/core/xml/XSLTProcessorLibxslt.cpp
|
| +++ b/Source/core/xml/XSLTProcessorLibxslt.cpp
|
| @@ -21,18 +21,8 @@
|
| */
|
|
|
| #include "config.h"
|
| -
|
| #include "core/xml/XSLTProcessor.h"
|
|
|
| -#include <libxslt/imports.h>
|
| -#include <libxslt/security.h>
|
| -#include <libxslt/variables.h>
|
| -#include <libxslt/xsltutils.h>
|
| -#include <wtf/Assertions.h>
|
| -#include <wtf/text/CString.h>
|
| -#include <wtf/text/StringBuffer.h>
|
| -#include <wtf/unicode/UTF8.h>
|
| -#include <wtf/Vector.h>
|
| #include "core/dom/Document.h"
|
| #include "core/dom/TransformSource.h"
|
| #include "core/editing/markup.h"
|
| @@ -48,6 +38,15 @@
|
| #include "core/xml/XSLTUnicodeSort.h"
|
| #include "core/xml/parser/XMLDocumentParser.h"
|
| #include "weborigin/SecurityOrigin.h"
|
| +#include "wtf/Assertions.h"
|
| +#include "wtf/Vector.h"
|
| +#include "wtf/text/CString.h"
|
| +#include "wtf/text/StringBuffer.h"
|
| +#include "wtf/unicode/UTF8.h"
|
| +#include <libxslt/imports.h>
|
| +#include <libxslt/security.h>
|
| +#include <libxslt/variables.h>
|
| +#include <libxslt/xsltutils.h>
|
|
|
| namespace WebCore {
|
|
|
|
|