summaryrefslogtreecommitdiff
path: root/CyteKit/dispatchEvent.mm
diff options
context:
space:
mode:
authorJay Freeman (saurik) <saurik@saurik.com>2015-06-26 04:47:18 -0700
committerJay Freeman (saurik) <saurik@saurik.com>2015-06-26 04:47:18 -0700
commita09f7a4894d2dde0ac8820993f3d51ba0fe36810 (patch)
treec6fc98e35c1fb6563a618604c10a1b09adee737f /CyteKit/dispatchEvent.mm
parent62664aee74d60bfac5b6497715b6e6020702373e (diff)
Remove dependency on Substrate to have its macros.
Diffstat (limited to 'CyteKit/dispatchEvent.mm')
-rw-r--r--CyteKit/dispatchEvent.mm4
1 files changed, 1 insertions, 3 deletions
diff --git a/CyteKit/dispatchEvent.mm b/CyteKit/dispatchEvent.mm
index f3fa41e..a25bdf9 100644
--- a/CyteKit/dispatchEvent.mm
+++ b/CyteKit/dispatchEvent.mm
@@ -28,9 +28,7 @@
#include <WebKit/WebScriptObject.h>
#include <WebKit/WebView.h>
-#include <objc/runtime.h>
-
-#include <CydiaSubstrate/CydiaSubstrate.h>
+#include "Substrate.hpp"
@implementation UIWebDocumentView (CyteDispatchEvent)