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 /MobileCydia.mm | |
parent | 62664aee74d60bfac5b6497715b6e6020702373e (diff) |
Remove dependency on Substrate to have its macros.
Diffstat (limited to 'MobileCydia.mm')
-rw-r--r-- | MobileCydia.mm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/MobileCydia.mm b/MobileCydia.mm index 0c83f52..b95389a 100644 --- a/MobileCydia.mm +++ b/MobileCydia.mm @@ -109,7 +109,7 @@ extern "C" { #include <Cytore.hpp> #include "Sources.h" -#include <CydiaSubstrate/CydiaSubstrate.h> +#include "Substrate.hpp" #include "Menes/Menes.h" #include "CyteKit/IndirectDelegate.h" |