Index: Source/core/editing/EditorCommand.cpp |
diff --git a/Source/core/editing/EditorCommand.cpp b/Source/core/editing/EditorCommand.cpp |
index 828caeaa2c568783b95d07fec48feeb9f6783f92..c38850ed6df7f4d5054fff6d3da5355ae06f1499 100644 |
--- a/Source/core/editing/EditorCommand.cpp |
+++ b/Source/core/editing/EditorCommand.cpp |
@@ -45,9 +45,9 @@ |
#include "core/editing/InsertListCommand.h" |
#include "core/editing/ReplaceSelectionCommand.h" |
#include "core/editing/Serialization.h" |
-#include "core/editing/SpellChecker.h" |
#include "core/editing/TypingCommand.h" |
#include "core/editing/UnlinkCommand.h" |
+#include "core/editing/spellcheck/SpellChecker.h" |
#include "core/events/Event.h" |
#include "core/frame/FrameHost.h" |
#include "core/frame/FrameView.h" |