diff options
author | Jay Freeman (saurik) <saurik@saurik.com> | 2014-05-25 05:13:26 -0700 |
---|---|---|
committer | Jay Freeman (saurik) <saurik@saurik.com> | 2014-05-25 05:13:43 -0700 |
commit | 00f89173ea3bb31d8f7011fe35d350fb81b3d58a (patch) | |
tree | 644fda11361f7b576d1e346c9451c41b574e3a5a /postinst.mm | |
parent | 98ddcefda3a904d30ac6342beb783843fb801db6 (diff) |
Remove an unneeded #include of PerlCompatibleRegEx.
Diffstat (limited to 'postinst.mm')
-rw-r--r-- | postinst.mm | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/postinst.mm b/postinst.mm index 70a87f1..6e02daf 100644 --- a/postinst.mm +++ b/postinst.mm @@ -5,7 +5,6 @@ #include <sys/sysctl.h> #include <CydiaSubstrate/CydiaSubstrate.h> -#include "CyteKit/PerlCompatibleRegEx.hpp" _H<NSMutableDictionary> Sources_; bool Changed_; |