diff options
Diffstat (limited to 'Cydia')
-rw-r--r-- | Cydia/LoadingView.mm | 4 | ||||
-rw-r--r-- | Cydia/LoadingViewController.mm | 2 | ||||
-rw-r--r-- | Cydia/MIMEAddress.mm | 7 |
3 files changed, 9 insertions, 4 deletions
diff --git a/Cydia/LoadingView.mm b/Cydia/LoadingView.mm index 715b16f..4b54faa 100644 --- a/Cydia/LoadingView.mm +++ b/Cydia/LoadingView.mm @@ -19,9 +19,11 @@ **/ /* }}} */ -#include "Cydia/LoadingView.h" +#include "CyteKit/UCPlatform.h" #include "CyteKit/Localize.h" +#include "Cydia/LoadingView.h" + @implementation CydiaLoadingView - (id) initWithFrame:(CGRect)frame { diff --git a/Cydia/LoadingViewController.mm b/Cydia/LoadingViewController.mm index d5f4830..48e3312 100644 --- a/Cydia/LoadingViewController.mm +++ b/Cydia/LoadingViewController.mm @@ -19,6 +19,8 @@ **/ /* }}} */ +#include "CyteKit/UCPlatform.h" + #include "Cydia/LoadingView.h" #include "Cydia/LoadingViewController.h" diff --git a/Cydia/MIMEAddress.mm b/Cydia/MIMEAddress.mm index c50525a..a30be35 100644 --- a/Cydia/MIMEAddress.mm +++ b/Cydia/MIMEAddress.mm @@ -19,12 +19,13 @@ **/ /* }}} */ -#include "Cydia/MIMEAddress.h" - -#include <WebKit/WebScriptObject.h> +#include "CyteKit/UCPlatform.h" +#include "Cydia/MIMEAddress.h" #include "CyteKit/RegEx.hpp" +#include "iPhonePrivate.h" + @implementation MIMEAddress - (NSString *) name { |