Index: Source/core/accessibility/AXNodeObject.h |
diff --git a/Source/core/accessibility/AXNodeObject.h b/Source/core/accessibility/AXNodeObject.h |
index 4957d6909a06275c7869a0d36898e4792381af84..726bed1df447a9cf5d5402d89eb1317bf0cdefaa 100644 |
--- a/Source/core/accessibility/AXNodeObject.h |
+++ b/Source/core/accessibility/AXNodeObject.h |
@@ -30,30 +30,14 @@ |
#define AXNodeObject_h |
#include "core/accessibility/AXObject.h" |
-#include "platform/geometry/LayoutRect.h" |
#include "wtf/Forward.h" |
namespace blink { |
-class AXObjectCache; |
class Element; |
-class LocalFrame; |
-class FrameView; |
-class HitTestResult; |
-class HTMLAnchorElement; |
-class HTMLAreaElement; |
-class HTMLElement; |
class HTMLLabelElement; |
-class HTMLMapElement; |
-class HTMLSelectElement; |
-class IntPoint; |
-class IntSize; |
+class LayoutRect; |
class Node; |
-class RenderListBox; |
-class RenderTextControl; |
-class RenderView; |
-class VisibleSelection; |
-class Widget; |
class AXNodeObject : public AXObject { |
protected: |