| Index: Source/core/editing/EditorCommand.cpp
|
| diff --git a/Source/core/editing/EditorCommand.cpp b/Source/core/editing/EditorCommand.cpp
|
| index b53b448d2639646b4c25bc9b69c22d4b7dab0cc5..29ac4dc5ff3396c19b15520e5a8a64a3d5820210 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"
|
|
|