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 /Sources.mm | |
parent | 62664aee74d60bfac5b6497715b6e6020702373e (diff) |
Remove dependency on Substrate to have its macros.
Diffstat (limited to 'Sources.mm')
-rw-r--r-- | Sources.mm | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -20,7 +20,7 @@ /* }}} */ #include <Foundation/Foundation.h> -#include <CydiaSubstrate/CydiaSubstrate.h> +#include <Menes/ObjectHandle.h> #include <CyteKit/UCPlatform.h> #include <cstdio> |