Index: Source/core/xml/XMLTreeViewer.cpp |
diff --git a/Source/core/xml/XMLTreeViewer.cpp b/Source/core/xml/XMLTreeViewer.cpp |
index ab5eb313ab7524fae7a4e46c27a488426c6929e8..5bdd167103da95ed59e9d505ac6a0af83d94a364 100644 |
--- a/Source/core/xml/XMLTreeViewer.cpp |
+++ b/Source/core/xml/XMLTreeViewer.cpp |
@@ -29,15 +29,15 @@ |
#include "config.h" |
#include "XMLTreeViewer.h" |
-#include "Document.h" |
-#include "Element.h" |
-#include "ExceptionCodePlaceholder.h" |
#include "ScriptController.h" |
#include "ScriptSourceCode.h" |
#include "ScriptValue.h" |
-#include "Text.h" |
#include "XMLViewerCSS.h" |
#include "XMLViewerJS.h" |
+#include "core/dom/Document.h" |
+#include "core/dom/Element.h" |
+#include "core/dom/ExceptionCodePlaceholder.h" |
+#include "core/dom/Text.h" |
#include "core/page/Frame.h" |
#include "core/page/Page.h" |
#include "core/page/Settings.h" |