| Index: Source/core/editing/EditorCommand.cpp
|
| diff --git a/Source/core/editing/EditorCommand.cpp b/Source/core/editing/EditorCommand.cpp
|
| index 4fd3d0cf4288eee2d244b7234668d66319fab9a0..d647ba2074c92a76f7a7656f6be5f24bb7b7036e 100644
|
| --- a/Source/core/editing/EditorCommand.cpp
|
| +++ b/Source/core/editing/EditorCommand.cpp
|
| @@ -28,10 +28,8 @@
|
| #include "config.h"
|
| #include "core/editing/Editor.h"
|
|
|
| -#include "CSSComputedStyleDeclaration.h"
|
| #include "CSSPropertyNames.h"
|
| #include "CSSValueKeywords.h"
|
| -#include "CSSValueList.h"
|
| #include "DocumentFragment.h"
|
| #include "Event.h"
|
| #include "ExceptionCodePlaceholder.h"
|
| @@ -39,8 +37,10 @@
|
| #include "HTMLHRElement.h"
|
| #include "HTMLImageElement.h"
|
| #include "HTMLNames.h"
|
| -#include "StylePropertySet.h"
|
| #include "UserTypingGestureIndicator.h"
|
| +#include "core/css/CSSComputedStyleDeclaration.h"
|
| +#include "core/css/CSSValueList.h"
|
| +#include "core/css/StylePropertySet.h"
|
| #include "core/editing/CreateLinkCommand.h"
|
| #include "core/editing/FormatBlockCommand.h"
|
| #include "core/editing/IndentOutdentCommand.h"
|
|
|