| Index: Source/core/editing/Editor.cpp
|
| diff --git a/Source/core/editing/Editor.cpp b/Source/core/editing/Editor.cpp
|
| index f9904bbf89b4c0541787e29572356c9e850d58fc..7a690a796b7d8b46a0aaabc470faff8bfdf6e256 100644
|
| --- a/Source/core/editing/Editor.cpp
|
| +++ b/Source/core/editing/Editor.cpp
|
| @@ -59,12 +59,10 @@
|
| #include "IndentOutdentCommand.h"
|
| #include "InsertListCommand.h"
|
| #include "KeyboardEvent.h"
|
| -#include "KillRing.h"
|
| #include "ModifySelectionListLevel.h"
|
| #include "NodeList.h"
|
| #include "NodeTraversal.h"
|
| #include "Page.h"
|
| -#include "Pasteboard.h"
|
| #include "RemoveFormatCommand.h"
|
| #include "RenderBlock.h"
|
| #include "RenderPart.h"
|
| @@ -74,7 +72,6 @@
|
| #include "Settings.h"
|
| #include "ShadowRoot.h"
|
| #include "SimplifyMarkupCommand.h"
|
| -#include "Sound.h"
|
| #include "SpellChecker.h"
|
| #include "SpellingCorrectionCommand.h"
|
| #include "StylePropertySet.h"
|
| @@ -87,6 +84,9 @@
|
| #include "UserTypingGestureIndicator.h"
|
| #include "VisibleUnits.h"
|
| #include "core/accessibility/AXObjectCache.h"
|
| +#include "core/platform/KillRing.h"
|
| +#include "core/platform/Pasteboard.h"
|
| +#include "core/platform/Sound.h"
|
| #include "core/platform/graphics/GraphicsContext.h"
|
| #include "core/platform/text/TextCheckerClient.h"
|
| #include "htmlediting.h"
|
|
|