#include "CyteKit/CyteWebView.h"
+#include <CydiaSubstrate/CydiaSubstrate.h>
+
#include "iPhonePrivate.h"
-#include "substrate.h"
// CYWebPolicyDecision* {{{
enum CYWebPolicyDecision {
#include <UIKit/UIKit.h>
-#include "substrate.h"
+#include <CydiaSubstrate/CydiaSubstrate.h>
@class IndirectDelegate;
#include <WebKit/DOMHTMLBodyElement.h>
#include <WebKit/DOMRGBColor.h>
-#include "substrate.h"
-
#define ForSaurik 0
#define DefaultTimeout_ 120.0
#include "SDURLCache/SDURLCache.h"
-#include "substrate.h"
+#include <CydiaSubstrate/CydiaSubstrate.h>
/* }}} */
/* Profiler {{{ */
#cycc = cycc -r4.2 -i$(ios) -o$@
gxx := /Developer/Platforms/iPhoneOS.platform/Developer/usr/bin/g++-$(gcc)
-cycc = $(gxx) -mthumb -arch armv6 -o $@ -mcpu=arm1176jzf-s -miphoneos-version-min=2.0 -isysroot $(sdk) -idirafter /usr/include -F/Library/Frameworks
+cycc = $(gxx) -mthumb -arch armv6 -o $@ -mcpu=arm1176jzf-s -miphoneos-version-min=2.0 -isysroot $(sdk) -idirafter /usr/include -F{sysroot,}/Library/Frameworks
all: MobileCydia