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

Unified Diff: Source/core/dom/LiveNodeListBase.h

Issue 412533002: Remove unnecessary includes from collection / nodelist classes (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 years, 5 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
Index: Source/core/dom/LiveNodeListBase.h
diff --git a/Source/core/dom/LiveNodeListBase.h b/Source/core/dom/LiveNodeListBase.h
index c7ca9e5ce53bdf71c32d555aef7100f118a82d30..7d2a56fc3f37a5c6291bf19bb29fcb68181a9dd9 100644
--- a/Source/core/dom/LiveNodeListBase.h
+++ b/Source/core/dom/LiveNodeListBase.h
@@ -27,9 +27,7 @@
#include "core/HTMLNames.h"
#include "core/dom/Document.h"
-#include "core/dom/Element.h"
#include "core/dom/ElementTraversal.h"
-#include "core/dom/NodeTraversal.h"
#include "core/html/CollectionType.h"
#include "platform/heap/Handle.h"

Powered by Google App Engine
This is Rietveld 408576698