diff options
Diffstat (limited to 'CyteKit/dispatchEvent.mm')
-rw-r--r-- | CyteKit/dispatchEvent.mm | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/CyteKit/dispatchEvent.mm b/CyteKit/dispatchEvent.mm index 9efe1cb..f36be8c 100644 --- a/CyteKit/dispatchEvent.mm +++ b/CyteKit/dispatchEvent.mm @@ -19,15 +19,11 @@ **/ /* }}} */ +#include "CyteKit/UCPlatform.h" + #include "CyteKit/dispatchEvent.h" #include "CyteKit/WebThreadLocked.hpp" -#include <WebCore/WebEvent.h> - -#include <WebKit/WebFrame.h> -#include <WebKit/WebScriptObject.h> -#include <WebKit/WebView.h> - #include "Substrate.hpp" @implementation UIWebDocumentView (CyteDispatchEvent) |