Index: Source/core/editing/MarkupAccumulator.cpp |
diff --git a/Source/core/editing/MarkupAccumulator.cpp b/Source/core/editing/MarkupAccumulator.cpp |
index 5ec3bc5863339a2c1f92a10473e4166e24a5da97..aa49e36bf49e41e0d8088b07a3352422a2709e8e 100644 |
--- a/Source/core/editing/MarkupAccumulator.cpp |
+++ b/Source/core/editing/MarkupAccumulator.cpp |
@@ -27,17 +27,17 @@ |
#include "config.h" |
#include "core/editing/MarkupAccumulator.h" |
-#include "CDATASection.h" |
-#include "Comment.h" |
-#include "DocumentFragment.h" |
-#include "DocumentType.h" |
#include "HTMLElement.h" |
#include "HTMLNames.h" |
#include "HTMLTemplateElement.h" |
-#include "ProcessingInstruction.h" |
#include "XLinkNames.h" |
#include "XMLNSNames.h" |
#include "XMLNames.h" |
+#include "core/dom/CDATASection.h" |
+#include "core/dom/Comment.h" |
+#include "core/dom/DocumentFragment.h" |
+#include "core/dom/DocumentType.h" |
+#include "core/dom/ProcessingInstruction.h" |
#include "core/editing/Editor.h" |
#include "core/platform/KURL.h" |
#include <wtf/unicode/CharacterNames.h> |