| Index: Source/core/editing/RemoveFormatCommand.cpp
|
| diff --git a/Source/core/editing/RemoveFormatCommand.cpp b/Source/core/editing/RemoveFormatCommand.cpp
|
| index 9c2ede911a2949c7f6637fcaa055ba18f7afd4da..3644d328ac97ebdc934f948b8154e5f01c9760e8 100644
|
| --- a/Source/core/editing/RemoveFormatCommand.cpp
|
| +++ b/Source/core/editing/RemoveFormatCommand.cpp
|
| @@ -28,9 +28,9 @@
|
| #include "core/editing/RemoveFormatCommand.h"
|
|
|
| #include "CSSValueKeywords.h"
|
| -#include "Element.h"
|
| #include "HTMLNames.h"
|
| #include "core/css/StylePropertySet.h"
|
| +#include "core/dom/Element.h"
|
| #include "core/editing/ApplyStyleCommand.h"
|
| #include "core/editing/EditingStyle.h"
|
| #include "core/editing/FrameSelection.h"
|
|
|