| Index: Source/core/editing/EditCommand.cpp
|
| diff --git a/Source/core/editing/EditCommand.cpp b/Source/core/editing/EditCommand.cpp
|
| index 01bd53ee4fd10cd42766d8fbd0804f097865734c..2fac607632d0512ec3c4d98547570075ccb9ad82 100644
|
| --- a/Source/core/editing/EditCommand.cpp
|
| +++ b/Source/core/editing/EditCommand.cpp
|
| @@ -27,14 +27,9 @@
|
| #include "core/editing/EditCommand.h"
|
|
|
| #include "core/dom/Document.h"
|
| -#include "core/dom/Element.h"
|
| -#include "core/dom/EventNames.h"
|
| #include "core/dom/NodeTraversal.h"
|
| #include "core/editing/CompositeEditCommand.h"
|
| -#include "core/editing/Editor.h"
|
| #include "core/editing/FrameSelection.h"
|
| -#include "core/editing/VisiblePosition.h"
|
| -#include "core/editing/htmlediting.h"
|
| #include "core/page/Frame.h"
|
|
|
| namespace WebCore {
|
|
|