Index: Source/core/editing/Editor.cpp |
diff --git a/Source/core/editing/Editor.cpp b/Source/core/editing/Editor.cpp |
index 7293b2669f55a6e3e0786fae525ae9cace655ff8..e02309c88e5ce134440b35fa5ba2beae0843e7b7 100644 |
--- a/Source/core/editing/Editor.cpp |
+++ b/Source/core/editing/Editor.cpp |
@@ -28,12 +28,10 @@ |
#include "core/editing/Editor.h" |
#include "CSSPropertyNames.h" |
-#include "CSSValueKeywords.h" |
#include "HTMLNames.h" |
#include "core/accessibility/AXObjectCache.h" |
#include "core/css/CSSComputedStyleDeclaration.h" |
#include "core/css/StylePropertySet.h" |
-#include "core/css/resolver/StyleResolver.h" |
#include "core/dom/Clipboard.h" |
#include "core/dom/ClipboardEvent.h" |
#include "core/dom/CompositionEvent.h" |
@@ -47,9 +45,7 @@ |
#include "core/dom/Text.h" |
#include "core/dom/TextEvent.h" |
#include "core/dom/UserTypingGestureIndicator.h" |
-#include "core/dom/shadow/ShadowRoot.h" |
#include "core/editing/ApplyStyleCommand.h" |
-#include "core/editing/CreateLinkCommand.h" |
#include "core/editing/DeleteSelectionCommand.h" |
#include "core/editing/IndentOutdentCommand.h" |
#include "core/editing/InsertListCommand.h" |
@@ -59,15 +55,12 @@ |
#include "core/editing/ReplaceSelectionCommand.h" |
#include "core/editing/SimplifyMarkupCommand.h" |
#include "core/editing/SpellChecker.h" |
-#include "core/editing/SpellingCorrectionCommand.h" |
#include "core/editing/TextCheckingHelper.h" |
#include "core/editing/TextIterator.h" |
#include "core/editing/TypingCommand.h" |
#include "core/editing/VisibleUnits.h" |
#include "core/editing/htmlediting.h" |
#include "core/editing/markup.h" |
-#include "core/html/HTMLFormControlElement.h" |
-#include "core/html/HTMLFrameOwnerElement.h" |
#include "core/html/HTMLImageElement.h" |
#include "core/html/HTMLTextAreaElement.h" |
#include "core/loader/cache/CachedResourceLoader.h" |
@@ -75,22 +68,17 @@ |
#include "core/page/EventHandler.h" |
#include "core/page/FocusController.h" |
#include "core/page/Frame.h" |
-#include "core/page/FrameTree.h" |
#include "core/page/FrameView.h" |
#include "core/page/Page.h" |
#include "core/page/Settings.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 "core/rendering/HitTestResult.h" |
#include "core/rendering/RenderBlock.h" |
-#include "core/rendering/RenderPart.h" |
#include "core/rendering/RenderTextControl.h" |
-#include <wtf/unicode/CharacterNames.h> |
-#include <wtf/unicode/Unicode.h> |
-#include <wtf/UnusedParam.h> |
+#include "wtf/unicode/CharacterNames.h" |
namespace WebCore { |