| Index: third_party/WebKit/Source/core/xml/XSLStyleSheetLibxslt.cpp
|
| diff --git a/third_party/WebKit/Source/core/xml/XSLStyleSheetLibxslt.cpp b/third_party/WebKit/Source/core/xml/XSLStyleSheetLibxslt.cpp
|
| index e9c2d4888538f05ff361cbbdaf9e1b41f9006c04..28f0f58921bc3cc81f3c803af90c4dc1c377a42e 100644
|
| --- a/third_party/WebKit/Source/core/xml/XSLStyleSheetLibxslt.cpp
|
| +++ b/third_party/WebKit/Source/core/xml/XSLStyleSheetLibxslt.cpp
|
| @@ -21,6 +21,8 @@
|
|
|
| #include "core/xml/XSLStyleSheet.h"
|
|
|
| +#include <libxml/uri.h>
|
| +#include <libxslt/xsltutils.h>
|
| #include "core/dom/Document.h"
|
| #include "core/dom/Node.h"
|
| #include "core/dom/TransformSource.h"
|
| @@ -31,8 +33,6 @@
|
| #include "core/xml/parser/XMLDocumentParserScope.h"
|
| #include "core/xml/parser/XMLParserInput.h"
|
| #include "wtf/text/CString.h"
|
| -#include <libxml/uri.h>
|
| -#include <libxslt/xsltutils.h>
|
|
|
| namespace blink {
|
|
|
|
|