Index: Source/core/xml/parser/XMLDocumentParserLibxml2.cpp |
diff --git a/Source/core/xml/parser/XMLDocumentParserLibxml2.cpp b/Source/core/xml/parser/XMLDocumentParserLibxml2.cpp |
index b70143f70d6c51541b0feacf5876a917fcee8cb1..2122745bda6751d5fd2dd21f700b83234b2d9017 100644 |
--- a/Source/core/xml/parser/XMLDocumentParserLibxml2.cpp |
+++ b/Source/core/xml/parser/XMLDocumentParserLibxml2.cpp |
@@ -29,24 +29,24 @@ |
#include <libxml/parser.h> |
#include <libxml/parserInternals.h> |
-#include "CDATASection.h" |
-#include "Comment.h" |
-#include "Document.h" |
-#include "DocumentFragment.h" |
-#include "DocumentType.h" |
-#include "ExceptionCodePlaceholder.h" |
#include "HTMLEntityParser.h" |
#include "HTMLHtmlElement.h" |
#include "HTMLLinkElement.h" |
#include "HTMLNames.h" |
#include "HTMLStyleElement.h" |
#include "HTMLTemplateElement.h" |
-#include "ProcessingInstruction.h" |
-#include "ScriptElement.h" |
#include "ScriptSourceCode.h" |
#include "ScriptValue.h" |
-#include "TransformSource.h" |
#include "XMLNSNames.h" |
+#include "core/dom/CDATASection.h" |
+#include "core/dom/Comment.h" |
+#include "core/dom/Document.h" |
+#include "core/dom/DocumentFragment.h" |
+#include "core/dom/DocumentType.h" |
+#include "core/dom/ExceptionCodePlaceholder.h" |
+#include "core/dom/ProcessingInstruction.h" |
+#include "core/dom/ScriptElement.h" |
+#include "core/dom/TransformSource.h" |
#include "core/loader/FrameLoader.h" |
#include "core/loader/TextResourceDecoder.h" |
#include "core/loader/cache/CachedResourceLoader.h" |