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

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

Issue 343923004: Remove some includes from Document.h (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
« no previous file with comments | « Source/bindings/v8/ScriptEventListener.cpp ('k') | Source/core/rendering/RenderObject.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/dom/Document.h
diff --git a/Source/core/dom/Document.h b/Source/core/dom/Document.h
index 35699e931b6d6a557d187e2977c8a9dfb24fe0c2..7cf7399f68fedf27a33daee26c374302102bf982 100644
--- a/Source/core/dom/Document.h
+++ b/Source/core/dom/Document.h
@@ -39,9 +39,7 @@
#include "core/dom/DocumentSupplementable.h"
#include "core/dom/DocumentTiming.h"
#include "core/dom/ExecutionContext.h"
-#include "core/dom/IconURL.h"
#include "core/dom/MutationObserver.h"
-#include "core/dom/QualifiedName.h"
#include "core/dom/TextLinkColors.h"
#include "core/dom/TreeScope.h"
#include "core/dom/UserActionElementSet.h"
@@ -50,7 +48,6 @@
#include "core/html/CollectionType.h"
#include "core/page/FocusType.h"
#include "core/page/PageVisibilityState.h"
-#include "core/rendering/HitTestRequest.h"
#include "platform/Length.h"
#include "platform/Timer.h"
#include "platform/heap/Handle.h"
@@ -141,6 +138,7 @@ class NodeIterator;
class Page;
class PlatformMouseEvent;
class ProcessingInstruction;
+class QualifiedName;
class Range;
class RegisteredEventListener;
class RenderView;
@@ -174,6 +172,7 @@ class WebGLRenderingContext;
class XMLHttpRequest;
struct AnnotatedRegionValue;
+struct IconURL;
typedef int ExceptionCode;
« no previous file with comments | « Source/bindings/v8/ScriptEventListener.cpp ('k') | Source/core/rendering/RenderObject.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698