diff options
author | Jay Freeman (saurik) <saurik@saurik.com> | 2011-02-28 19:42:16 -0800 |
---|---|---|
committer | Jay Freeman (saurik) <saurik@saurik.com> | 2011-03-07 02:41:30 -0800 |
commit | 819a0ab15627e670431ba80fffab8b745dab89da (patch) | |
tree | 1a8592b15247893890e7de78f6fad608738e057c /MobileCydia.mm | |
parent | 092a6bbbf0dd2b34e213bed09eb2469f8a93e5f5 (diff) |
Rename UICaboodle to CyteKit.
Diffstat (limited to 'MobileCydia.mm')
-rw-r--r-- | MobileCydia.mm | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/MobileCydia.mm b/MobileCydia.mm index 1e5e0f6..26c7920 100644 --- a/MobileCydia.mm +++ b/MobileCydia.mm @@ -41,8 +41,8 @@ #define USE_SYSTEM_MALLOC 1 /* #include Directives {{{ */ -#include "UICaboodle/UCPlatform.h" -#include "UICaboodle/UCLocalize.h" +#include "CyteKit/UCPlatform.h" +#include "CyteKit/CyteLocalize.h" #include <objc/objc.h> #include <objc/runtime.h> @@ -120,9 +120,9 @@ extern "C" { #include <Cytore.hpp> -#include "UICaboodle/BrowserView.h" -#include "UICaboodle/NSString-UICaboodle.h" -#include "UICaboodle/PerlCompatibleRegEx.hpp" +#include "CyteKit/CyteWebViewController.h" +#include "CyteKit/NSString-Cyte.h" +#include "CyteKit/PerlCompatibleRegEx.hpp" #include "SDURLCache/SDURLCache.h" |