Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(386)

Unified Diff: Source/core/dom/ContainerNode.cpp

Issue 15387004: Remove some unused includes from core/css and core/dom (Closed) Base URL: https://chromium.googlesource.com/chromium/blink@master
Patch Set: Created 7 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « Source/core/dom/Clipboard.cpp ('k') | Source/core/dom/ContextDestructionObserver.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/dom/ContainerNode.cpp
diff --git a/Source/core/dom/ContainerNode.cpp b/Source/core/dom/ContainerNode.cpp
index 7c178537322868e996abf66767049573cc5da1a6..1fc31e794ef4560e88aab2a6d0c66273315833ff 100644
--- a/Source/core/dom/ContainerNode.cpp
+++ b/Source/core/dom/ContainerNode.cpp
@@ -23,8 +23,6 @@
#include "config.h"
#include "core/dom/ContainerNode.h"
-#include "HTMLNames.h"
-#include "core/accessibility/AXObjectCache.h"
#include "core/dom/ChildListMutationScope.h"
#include "core/dom/ContainerNodeAlgorithms.h"
#include "core/dom/EventNames.h"
@@ -33,21 +31,10 @@
#include "core/dom/NodeRareData.h"
#include "core/dom/NodeRenderStyle.h"
#include "core/dom/NodeTraversal.h"
-#include "core/dom/TemplateContentDocumentFragment.h"
#include "core/html/HTMLCollection.h"
-#include "core/inspector/InspectorInstrumentation.h"
-#include "core/loader/cache/MemoryCache.h"
-#include "core/page/Chrome.h"
-#include "core/page/ChromeClient.h"
-#include "core/page/Frame.h"
-#include "core/page/FrameView.h"
#include "core/page/Page.h"
-#include "core/platform/graphics/FloatRect.h"
-#include "core/rendering/InlineTextBox.h"
-#include "core/rendering/RenderBox.h"
#include "core/rendering/RenderTheme.h"
#include "core/rendering/RenderWidget.h"
-#include "core/rendering/RootInlineBox.h"
#include <wtf/CurrentTime.h>
#include <wtf/Vector.h>
« no previous file with comments | « Source/core/dom/Clipboard.cpp ('k') | Source/core/dom/ContextDestructionObserver.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698