| Index: Source/core/editing/SpellChecker.cpp
|
| diff --git a/Source/core/editing/SpellChecker.cpp b/Source/core/editing/SpellChecker.cpp
|
| index d40e63d94ad34a835f1b02cc49661eda88b5fe3d..bfa17c3ac195014accf972c888741d3145c6537b 100644
|
| --- a/Source/core/editing/SpellChecker.cpp
|
| +++ b/Source/core/editing/SpellChecker.cpp
|
| @@ -29,20 +29,13 @@
|
| #include "core/dom/Document.h"
|
| #include "core/dom/DocumentMarkerController.h"
|
| #include "core/dom/Node.h"
|
| -#include "core/dom/PositionIterator.h"
|
| #include "core/dom/Range.h"
|
| #include "core/editing/Editor.h"
|
| -#include "core/editing/TextCheckingHelper.h"
|
| -#include "core/editing/TextIterator.h"
|
| -#include "core/editing/htmlediting.h"
|
| -#include "core/html/HTMLInputElement.h"
|
| -#include "core/html/HTMLTextAreaElement.h"
|
| #include "core/page/EditorClient.h"
|
| #include "core/page/Frame.h"
|
| #include "core/page/Page.h"
|
| #include "core/page/Settings.h"
|
| #include "core/platform/text/TextCheckerClient.h"
|
| -#include "core/rendering/RenderObject.h"
|
|
|
| namespace WebCore {
|
|
|
|
|