diff options
author | Jay Freeman (saurik) <saurik@saurik.com> | 2011-03-07 06:30:37 -0800 |
---|---|---|
committer | Jay Freeman (saurik) <saurik@saurik.com> | 2011-03-08 01:50:03 -0800 |
commit | 86cf87e24a37797fc9899825bd5ce1f1f5c1ce04 (patch) | |
tree | 203509bc3d9f5299e9ff9879a65b8df093a56fd6 /MobileCydia.mm | |
parent | 56bf1e78b29a1d15162d7185ee706307e46ea396 (diff) |
Copy _H<> into Menes.
Diffstat (limited to 'MobileCydia.mm')
-rw-r--r-- | MobileCydia.mm | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/MobileCydia.mm b/MobileCydia.mm index 0a5f640..ace39b4 100644 --- a/MobileCydia.mm +++ b/MobileCydia.mm @@ -120,6 +120,7 @@ extern "C" { #include <Cytore.hpp> +#include <CydiaSubstrate/CydiaSubstrate.h> #include "Menes/Menes.h" #include "CyteKit/PerlCompatibleRegEx.hpp" @@ -131,8 +132,6 @@ extern "C" { #include "Cydia/ProgressEvent.h" #include "SDURLCache/SDURLCache.h" - -#include <CydiaSubstrate/CydiaSubstrate.h> /* }}} */ /* Profiler {{{ */ |