| Index: Source/core/editing/EditorCommand.cpp
 | 
| diff --git a/Source/core/editing/EditorCommand.cpp b/Source/core/editing/EditorCommand.cpp
 | 
| index fb0de000a152442bb7faf51ad5e21d1bf6657c0f..85f6acf41cf3db32361fecaf410147aceb6726a6 100644
 | 
| --- a/Source/core/editing/EditorCommand.cpp
 | 
| +++ b/Source/core/editing/EditorCommand.cpp
 | 
| @@ -31,7 +31,6 @@
 | 
|  #include "CSSPropertyNames.h"
 | 
|  #include "CSSValueKeywords.h"
 | 
|  #include "HTMLNames.h"
 | 
| -#include "core/css/CSSComputedStyleDeclaration.h"
 | 
|  #include "core/css/CSSValueList.h"
 | 
|  #include "core/css/StylePropertySet.h"
 | 
|  #include "core/dom/DocumentFragment.h"
 | 
| @@ -45,7 +44,6 @@
 | 
|  #include "core/editing/ReplaceSelectionCommand.h"
 | 
|  #include "core/editing/TypingCommand.h"
 | 
|  #include "core/editing/UnlinkCommand.h"
 | 
| -#include "core/editing/htmlediting.h"
 | 
|  #include "core/editing/markup.h"
 | 
|  #include "core/html/HTMLFontElement.h"
 | 
|  #include "core/html/HTMLHRElement.h"
 | 
| 
 |