| Index: Source/core/editing/EditorCommand.cpp
|
| diff --git a/Source/core/editing/EditorCommand.cpp b/Source/core/editing/EditorCommand.cpp
|
| index be872ed683240aaa840da53cbd265ca25dbff0a0..c322e57401734e770b05c85af74f9d0d96a9a80a 100644
|
| --- a/Source/core/editing/EditorCommand.cpp
|
| +++ b/Source/core/editing/EditorCommand.cpp
|
| @@ -48,18 +48,18 @@
|
| #include "HTMLNames.h"
|
| #include "IndentOutdentCommand.h"
|
| #include "InsertListCommand.h"
|
| -#include "KillRing.h"
|
| #include "Page.h"
|
| -#include "Pasteboard.h"
|
| #include "RenderBox.h"
|
| #include "ReplaceSelectionCommand.h"
|
| -#include "Scrollbar.h"
|
| #include "Settings.h"
|
| -#include "Sound.h"
|
| #include "StylePropertySet.h"
|
| #include "TypingCommand.h"
|
| #include "UnlinkCommand.h"
|
| #include "UserTypingGestureIndicator.h"
|
| +#include "core/platform/KillRing.h"
|
| +#include "core/platform/Pasteboard.h"
|
| +#include "core/platform/Scrollbar.h"
|
| +#include "core/platform/Sound.h"
|
| #include "htmlediting.h"
|
| #include "markup.h"
|
| #include <wtf/text/AtomicString.h>
|
|
|