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

Unified Diff: Source/core/xml/XMLSerializer.cpp

Issue 339793006: Remove unnecessary Document.h includes in .cpp files (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: rebase Created 6 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/xml/XMLSerializer.cpp
diff --git a/Source/core/xml/XMLSerializer.cpp b/Source/core/xml/XMLSerializer.cpp
index 93aba3794a65529ae85d09934eeff31f3d309f64..000c26c30ccc5c3934b73f319d93b21c45950423 100644
--- a/Source/core/xml/XMLSerializer.cpp
+++ b/Source/core/xml/XMLSerializer.cpp
@@ -22,7 +22,6 @@
#include "core/xml/XMLSerializer.h"
#include "bindings/v8/ExceptionState.h"
-#include "core/dom/Document.h"
#include "core/dom/ExceptionCode.h"
#include "core/editing/MarkupAccumulator.h"
#include "wtf/text/WTFString.h"
« no previous file with comments | « Source/core/xml/DocumentXPathEvaluator.cpp ('k') | Source/modules/device_orientation/DeviceOrientationInspectorAgent.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698