Index: Source/core/editing/Editor.cpp |
diff --git a/Source/core/editing/Editor.cpp b/Source/core/editing/Editor.cpp |
index e51da3110ee78ec625c28519f853882955a5107e..ea8b6575b9ebc5bb462ce2d5c2e9f4065e380654 100644 |
--- a/Source/core/editing/Editor.cpp |
+++ b/Source/core/editing/Editor.cpp |
@@ -53,12 +53,12 @@ |
#include "core/editing/ReplaceSelectionCommand.h" |
#include "core/editing/Serialization.h" |
#include "core/editing/SimplifyMarkupCommand.h" |
-#include "core/editing/SpellChecker.h" |
#include "core/editing/TypingCommand.h" |
#include "core/editing/UndoStack.h" |
#include "core/editing/VisibleUnits.h" |
#include "core/editing/iterators/SearchBuffer.h" |
#include "core/editing/markers/DocumentMarkerController.h" |
+#include "core/editing/spellcheck/SpellChecker.h" |
#include "core/events/ClipboardEvent.h" |
#include "core/events/KeyboardEvent.h" |
#include "core/events/ScopedEventQueue.h" |