| Index: Source/core/editing/SpellingCorrectionCommand.cpp
 | 
| diff --git a/Source/core/editing/SpellingCorrectionCommand.cpp b/Source/core/editing/SpellingCorrectionCommand.cpp
 | 
| index 9e35b0cd194c701300355288fbc6218263366663..07bf705c4d926ce832a946356ab33bfd8b6b9f3e 100644
 | 
| --- a/Source/core/editing/SpellingCorrectionCommand.cpp
 | 
| +++ b/Source/core/editing/SpellingCorrectionCommand.cpp
 | 
| @@ -27,12 +27,9 @@
 | 
|  #include "core/editing/SpellingCorrectionCommand.h"
 | 
|  
 | 
|  #include "core/dom/Document.h"
 | 
| -#include "core/dom/DocumentFragment.h"
 | 
| -#include "core/editing/Editor.h"
 | 
|  #include "core/editing/InsertTextCommand.h"
 | 
|  #include "core/editing/SetSelectionCommand.h"
 | 
|  #include "core/editing/TextIterator.h"
 | 
| -#include "core/editing/markup.h"
 | 
|  #include "core/page/Frame.h"
 | 
|  
 | 
|  namespace WebCore {
 | 
| 
 |