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

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

Issue 17480002: Remove unused includes from core/accessibility, core/css and core/dom (Closed) Base URL: https://chromium.googlesource.com/chromium/blink@master
Patch Set: rebased Created 7 years, 6 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/NodeRareData.h
diff --git a/Source/core/dom/NodeRareData.h b/Source/core/dom/NodeRareData.h
index f20b19a4be7fe1aa39951b7733e8c3a7efb48f9b..2341cd8d80ff64491034246d15a5c91e2ad1ab42 100644
--- a/Source/core/dom/NodeRareData.h
+++ b/Source/core/dom/NodeRareData.h
@@ -22,15 +22,11 @@
#ifndef NodeRareData_h
#define NodeRareData_h
-#include "HTMLNames.h"
#include "core/dom/ChildNodeList.h"
#include "core/dom/LiveNodeList.h"
-#include "core/dom/MutationObserver.h"
#include "core/dom/MutationObserverRegistration.h"
#include "core/dom/QualifiedName.h"
#include "core/dom/TagNodeList.h"
-#include "core/html/DOMSettableTokenList.h"
-#include "core/html/track/TextTrack.h"
#include "core/page/Page.h"
#include <wtf/HashSet.h>
#include <wtf/OwnPtr.h>

Powered by Google App Engine
This is Rietveld 408576698