| Index: Source/core/xml/parser/XMLDocumentParser.cpp
|
| diff --git a/Source/core/xml/parser/XMLDocumentParser.cpp b/Source/core/xml/parser/XMLDocumentParser.cpp
|
| index 197868f423fdbe22d7de95e47dab4dcae718fc4b..a150265bd0469c46605f23ad762ece3033f6ef72 100644
|
| --- a/Source/core/xml/parser/XMLDocumentParser.cpp
|
| +++ b/Source/core/xml/parser/XMLDocumentParser.cpp
|
| @@ -26,15 +26,6 @@
|
| #include "config.h"
|
| #include "core/xml/parser/XMLDocumentParser.h"
|
|
|
| -#include <libxml/parser.h>
|
| -#include <libxml/parserInternals.h>
|
| -#include <libxslt/xslt.h>
|
| -#include <wtf/StringExtras.h>
|
| -#include <wtf/text/CString.h>
|
| -#include <wtf/Threading.h>
|
| -#include <wtf/unicode/UTF8.h>
|
| -#include <wtf/UnusedParam.h>
|
| -#include <wtf/Vector.h>
|
| #include "HTMLNames.h"
|
| #include "XMLNSNames.h"
|
| #include "bindings/v8/ExceptionState.h"
|
| @@ -67,7 +58,16 @@
|
| #include "core/xml/parser/XMLDocumentParserScope.h"
|
| #include "core/xml/parser/XMLParserInput.h"
|
| #include "weborigin/SecurityOrigin.h"
|
| +#include "wtf/StringExtras.h"
|
| #include "wtf/TemporaryChange.h"
|
| +#include "wtf/Threading.h"
|
| +#include "wtf/UnusedParam.h"
|
| +#include "wtf/Vector.h"
|
| +#include "wtf/text/CString.h"
|
| +#include "wtf/unicode/UTF8.h"
|
| +#include <libxml/parser.h>
|
| +#include <libxml/parserInternals.h>
|
| +#include <libxslt/xslt.h>
|
|
|
| using namespace std;
|
|
|
|
|