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

Unified Diff: Source/core/css/ElementRuleCollector.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/css/DeprecatedStyleBuilder.cpp ('k') | Source/core/css/FontFeatureValue.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/css/ElementRuleCollector.cpp
diff --git a/Source/core/css/ElementRuleCollector.cpp b/Source/core/css/ElementRuleCollector.cpp
index 06b215632d83361fd029f636713b51c04c697c96..a89f9539818773fc7ac0934174581703369265a1 100644
--- a/Source/core/css/ElementRuleCollector.cpp
+++ b/Source/core/css/ElementRuleCollector.cpp
@@ -29,19 +29,13 @@
#include "config.h"
#include "core/css/ElementRuleCollector.h"
-#include "CSSValueKeywords.h"
-#include "core/css/CSSDefaultStyleSheets.h"
-#include "core/css/CSSRule.h"
#include "core/css/CSSRuleList.h"
#include "core/css/CSSSelector.h"
-#include "core/css/CSSSelectorList.h"
#include "core/css/SelectorCheckerFastPath.h"
#include "core/css/SiblingTraversalStrategies.h"
#include "core/css/StylePropertySet.h"
#include "core/dom/StyledElement.h"
-#include "core/html/HTMLElement.h"
#include "core/rendering/RenderRegion.h"
-#include "core/svg/SVGElement.h"
#include <wtf/TemporaryChange.h>
« no previous file with comments | « Source/core/css/DeprecatedStyleBuilder.cpp ('k') | Source/core/css/FontFeatureValue.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698