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

Unified Diff: Source/core/svg/SVGUseElement.cpp

Issue 15447002: Remove ~1750 superfluous includes from core (Closed) Base URL: https://chromium.googlesource.com/chromium/blink@master
Patch Set: rebase a few hours 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/svg/SVGURIReference.cpp ('k') | Source/core/svg/SVGVKernElement.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/svg/SVGUseElement.cpp
diff --git a/Source/core/svg/SVGUseElement.cpp b/Source/core/svg/SVGUseElement.cpp
index 13008a5b2dd54de8de8ef72542231cb0aced23ad..6f5306aa6f4626c049821761ac3eecd050380408 100644
--- a/Source/core/svg/SVGUseElement.cpp
+++ b/Source/core/svg/SVGUseElement.cpp
@@ -26,17 +26,11 @@
#include "core/svg/SVGUseElement.h"
-#include "HTMLNames.h"
#include "SVGNames.h"
#include "XLinkNames.h"
-#include "core/css/resolver/StyleResolver.h"
-#include "core/dom/Attribute.h"
#include "core/dom/Document.h"
#include "core/dom/Event.h"
-#include "core/dom/EventListener.h"
-#include "core/dom/NodeRenderStyle.h"
#include "core/dom/NodeTraversal.h"
-#include "core/dom/RegisteredEventListener.h"
#include "core/dom/shadow/ElementShadow.h"
#include "core/dom/shadow/ShadowRoot.h"
#include "core/loader/cache/CachedResourceLoader.h"
@@ -45,14 +39,9 @@
#include "core/rendering/svg/RenderSVGResource.h"
#include "core/rendering/svg/RenderSVGTransformableContainer.h"
#include "core/svg/SVGElementInstance.h"
-#include "core/svg/SVGElementInstanceList.h"
-#include "core/svg/SVGElementRareData.h"
#include "core/svg/SVGGElement.h"
#include "core/svg/SVGLengthContext.h"
#include "core/svg/SVGSVGElement.h"
-#include "core/svg/SVGSymbolElement.h"
-#include "core/svg/animation/SVGSMILElement.h"
-#include "core/xml/XMLSerializer.h"
#include "core/xml/parser/XMLDocumentParser.h"
// Dump SVGElementInstance object tree - useful to debug instanceRoot problems
« no previous file with comments | « Source/core/svg/SVGURIReference.cpp ('k') | Source/core/svg/SVGVKernElement.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698