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

Unified Diff: Source/core/html/HTMLDListElement.cpp

Issue 15422005: Remove unused includes from core/html .cpp files (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
Index: Source/core/html/HTMLDListElement.cpp
diff --git a/Source/core/html/HTMLDListElement.cpp b/Source/core/html/HTMLDListElement.cpp
index 673ff41f37d2eeffdec1497e1221901da5f1115e..bed9ee5ad9db903eeed563c52404317866ad8a37 100644
--- a/Source/core/html/HTMLDListElement.cpp
+++ b/Source/core/html/HTMLDListElement.cpp
@@ -23,8 +23,6 @@
#include "config.h"
#include "core/html/HTMLDListElement.h"
-#include "HTMLNames.h"
pdr. 2013/05/22 04:07:41 iwyu might have gotten a little overzealous here.
-
namespace WebCore {
using namespace HTMLNames;

Powered by Google App Engine
This is Rietveld 408576698