diff options
Diffstat (limited to 'WebCore/wml/WMLIntrinsicEvent.h')
-rw-r--r-- | WebCore/wml/WMLIntrinsicEvent.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/WebCore/wml/WMLIntrinsicEvent.h b/WebCore/wml/WMLIntrinsicEvent.h index 2a98bee..9a974fb 100644 --- a/WebCore/wml/WMLIntrinsicEvent.h +++ b/WebCore/wml/WMLIntrinsicEvent.h @@ -22,12 +22,12 @@ #define WMLIntrinsicEvent_h #if ENABLE(WML) +#include "WMLTaskElement.h" + #include <wtf/PassRefPtr.h> #include <wtf/RefCounted.h> #include <wtf/RefPtr.h> -#include "WMLTaskElement.h" - namespace WebCore { class Document; |