summaryrefslogtreecommitdiff
path: root/CyteKit/dispatchEvent.mm
diff options
context:
space:
mode:
authorJay Freeman (saurik) <saurik@saurik.com>2017-02-15 01:38:42 -0800
committerJay Freeman (saurik) <saurik@saurik.com>2017-02-15 01:38:42 -0800
commit63755c48fd5fe4f31775e0f38857314879b93f39 (patch)
treec3018c82893e52b80a40b0795ee47001d3318da4 /CyteKit/dispatchEvent.mm
parent09e03d2385c301e68025da688831f50dd2e3734d (diff)
Move more of sysroot's sadness into iPhonePrivate.
Diffstat (limited to 'CyteKit/dispatchEvent.mm')
-rw-r--r--CyteKit/dispatchEvent.mm8
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)