diff options
author | Jay Freeman (saurik) <saurik@saurik.com> | 2011-02-28 21:13:49 -0800 |
---|---|---|
committer | Jay Freeman (saurik) <saurik@saurik.com> | 2011-03-07 02:41:31 -0800 |
commit | 435cb85753e48dd77a02258dd6715e8cb153d429 (patch) | |
tree | 67e0b25fb5593569b143bb39808ce53de02f1837 /CyteKit | |
parent | aa35fd7b4dd1970d469f6ca6a9907f4618856a2f (diff) |
Use CydiaSubstrate/CydiaSubstrate.h, not substrate.h.
Diffstat (limited to 'CyteKit')
-rw-r--r-- | CyteKit/CyteWebView.mm | 3 | ||||
-rw-r--r-- | CyteKit/CyteWebViewController.h | 2 | ||||
-rw-r--r-- | CyteKit/CyteWebViewController.mm | 2 |
3 files changed, 3 insertions, 4 deletions
diff --git a/CyteKit/CyteWebView.mm b/CyteKit/CyteWebView.mm index eb101c8..3d2d36f 100644 --- a/CyteKit/CyteWebView.mm +++ b/CyteKit/CyteWebView.mm @@ -1,7 +1,8 @@ #include "CyteKit/CyteWebView.h" +#include <CydiaSubstrate/CydiaSubstrate.h> + #include "iPhonePrivate.h" -#include "substrate.h" // CYWebPolicyDecision* {{{ enum CYWebPolicyDecision { diff --git a/CyteKit/CyteWebViewController.h b/CyteKit/CyteWebViewController.h index 1b7d9ec..df86958 100644 --- a/CyteKit/CyteWebViewController.h +++ b/CyteKit/CyteWebViewController.h @@ -45,7 +45,7 @@ #include <UIKit/UIKit.h> -#include "substrate.h" +#include <CydiaSubstrate/CydiaSubstrate.h> @class IndirectDelegate; diff --git a/CyteKit/CyteWebViewController.mm b/CyteKit/CyteWebViewController.mm index 78c94a7..65a7351 100644 --- a/CyteKit/CyteWebViewController.mm +++ b/CyteKit/CyteWebViewController.mm @@ -21,8 +21,6 @@ extern NSString * const kCAFilterNearest; #include <WebKit/DOMHTMLBodyElement.h> #include <WebKit/DOMRGBColor.h> -#include "substrate.h" - #define ForSaurik 0 #define DefaultTimeout_ 120.0 |