| Index: Source/core/editing/TypingCommand.cpp
 | 
| diff --git a/Source/core/editing/TypingCommand.cpp b/Source/core/editing/TypingCommand.cpp
 | 
| index 830b9162df8092ed2ab0625ab48a8e0bfc387663..e544de0b7a90141387c5a644eae35bfd614907e6 100644
 | 
| --- a/Source/core/editing/TypingCommand.cpp
 | 
| +++ b/Source/core/editing/TypingCommand.cpp
 | 
| @@ -30,14 +30,12 @@
 | 
|  #include "core/dom/Document.h"
 | 
|  #include "core/dom/Element.h"
 | 
|  #include "core/editing/BreakBlockquoteCommand.h"
 | 
| -#include "core/editing/DeleteSelectionCommand.h"
 | 
|  #include "core/editing/Editor.h"
 | 
|  #include "core/editing/FrameSelection.h"
 | 
|  #include "core/editing/InsertLineBreakCommand.h"
 | 
|  #include "core/editing/InsertParagraphSeparatorCommand.h"
 | 
|  #include "core/editing/InsertTextCommand.h"
 | 
|  #include "core/editing/SpellChecker.h"
 | 
| -#include "core/editing/TextIterator.h"
 | 
|  #include "core/editing/VisiblePosition.h"
 | 
|  #include "core/editing/VisibleUnits.h"
 | 
|  #include "core/editing/htmlediting.h"
 | 
| 
 |