diff options
Diffstat (limited to 'Source/WebCore/dom/Event.h')
-rw-r--r-- | Source/WebCore/dom/Event.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/WebCore/dom/Event.h b/Source/WebCore/dom/Event.h index f05d36c..8562cad 100644 --- a/Source/WebCore/dom/Event.h +++ b/Source/WebCore/dom/Event.h @@ -25,13 +25,13 @@ #define Event_h #include "DOMTimeStamp.h" -#include "EventTarget.h" #include <wtf/RefCounted.h> #include <wtf/text/AtomicString.h> namespace WebCore { class Clipboard; + class EventTarget; class Event : public RefCounted<Event> { public: |