]> git.saurik.com Git - cydia.git/blobdiff - CyteKit/dispatchEvent.mm
Remove dependency on Substrate to have its macros.
[cydia.git] / CyteKit / dispatchEvent.mm
index 842cd0c6adf3df41d669c3d3753d688368163076..a25bdf9120749e3ff200cd8dcd38d0f8afaef1fe 100644 (file)
@@ -1,5 +1,5 @@
 /* Cydia - iPhone UIKit Front-End for Debian APT
 /* Cydia - iPhone UIKit Front-End for Debian APT
- * Copyright (C) 2008-2012  Jay Freeman (saurik)
+ * Copyright (C) 2008-2014  Jay Freeman (saurik)
 */
 
 /* GNU General Public License, Version 3 {{{ */
 */
 
 /* GNU General Public License, Version 3 {{{ */
@@ -28,9 +28,7 @@
 #include <WebKit/WebScriptObject.h>
 #include <WebKit/WebView.h>
 
 #include <WebKit/WebScriptObject.h>
 #include <WebKit/WebView.h>
 
-#include <objc/runtime.h>
-
-#include <CydiaSubstrate/CydiaSubstrate.h>
+#include "Substrate.hpp"
 
 @implementation UIWebDocumentView (CyteDispatchEvent)
 
 
 @implementation UIWebDocumentView (CyteDispatchEvent)