Index: Source/core/editing/IndentOutdentCommand.cpp |
diff --git a/Source/core/editing/IndentOutdentCommand.cpp b/Source/core/editing/IndentOutdentCommand.cpp |
index 765e7039c3318b1622a43cb39438188ace48f176..0c5a196bf1eb0926e1e6c5082e4abf6f9381198b 100644 |
--- a/Source/core/editing/IndentOutdentCommand.cpp |
+++ b/Source/core/editing/IndentOutdentCommand.cpp |
@@ -26,11 +26,11 @@ |
#include "config.h" |
#include "core/editing/IndentOutdentCommand.h" |
-#include "Document.h" |
#include "HTMLElement.h" |
#include "HTMLNames.h" |
-#include "Range.h" |
-#include "Text.h" |
+#include "core/dom/Document.h" |
+#include "core/dom/Range.h" |
+#include "core/dom/Text.h" |
#include "core/editing/InsertLineBreakCommand.h" |
#include "core/editing/InsertListCommand.h" |
#include "core/editing/SplitElementCommand.h" |