diff options
author | Jay Freeman (saurik) <saurik@saurik.com> | 2015-06-26 04:47:18 -0700 |
---|---|---|
committer | Jay Freeman (saurik) <saurik@saurik.com> | 2015-06-26 04:47:18 -0700 |
commit | a09f7a4894d2dde0ac8820993f3d51ba0fe36810 (patch) | |
tree | c6fc98e35c1fb6563a618604c10a1b09adee737f /Cydia/ProgressEvent.h | |
parent | 62664aee74d60bfac5b6497715b6e6020702373e (diff) |
Remove dependency on Substrate to have its macros.
Diffstat (limited to 'Cydia/ProgressEvent.h')
-rw-r--r-- | Cydia/ProgressEvent.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/Cydia/ProgressEvent.h b/Cydia/ProgressEvent.h index 1b2bae0..8a49778 100644 --- a/Cydia/ProgressEvent.h +++ b/Cydia/ProgressEvent.h @@ -24,8 +24,6 @@ #include <Foundation/Foundation.h> -#include <CydiaSubstrate/CydiaSubstrate.h> - #include <apt-pkg/acquire.h> @interface CydiaProgressEvent : NSObject { |