Index: Source/core/editing/InsertIntoTextNodeCommand.cpp |
diff --git a/Source/core/editing/InsertIntoTextNodeCommand.cpp b/Source/core/editing/InsertIntoTextNodeCommand.cpp |
index 591e662c8f54b74610469b15601d8b6ab99c1c0a..5ddb5085ba7c865f2876ef2dea6dc6a8d1bcec0c 100644 |
--- a/Source/core/editing/InsertIntoTextNodeCommand.cpp |
+++ b/Source/core/editing/InsertIntoTextNodeCommand.cpp |
@@ -26,10 +26,10 @@ |
#include "config.h" |
#include "core/editing/InsertIntoTextNodeCommand.h" |
-#include "Document.h" |
-#include "ExceptionCodePlaceholder.h" |
-#include "Text.h" |
#include "core/accessibility/AXObjectCache.h" |
+#include "core/dom/Document.h" |
+#include "core/dom/ExceptionCodePlaceholder.h" |
+#include "core/dom/Text.h" |
#include "core/page/Settings.h" |
#include "core/rendering/RenderText.h" |