diff options
author | Jay Freeman (saurik) <saurik@saurik.com> | 2017-03-03 19:52:31 -0800 |
---|---|---|
committer | Jay Freeman (saurik) <saurik@saurik.com> | 2017-03-03 19:52:31 -0800 |
commit | 60bd32466fcc4830ee8ff1774cd2e8d5bf390f4a (patch) | |
tree | 84d8849fa0d918e3d58e2cd9de809059f267d340 | |
parent | f3454874c6097225d806fb2fc9f4fb9e19de6abe (diff) |
Move CyteKit/RegEx.hpp #include to MobileCydia.mm.
-rw-r--r-- | CyteKit/CyteKit.h | 1 | ||||
-rw-r--r-- | MobileCydia.mm | 1 |
2 files changed, 1 insertions, 1 deletions
diff --git a/CyteKit/CyteKit.h b/CyteKit/CyteKit.h index 6dd0479..c25bc3f 100644 --- a/CyteKit/CyteKit.h +++ b/CyteKit/CyteKit.h @@ -24,7 +24,6 @@ #include "CyteKit/Application.h" #include "CyteKit/NavigationController.h" -#include "CyteKit/RegEx.hpp" #include "CyteKit/TableViewCell.h" #include "CyteKit/TabBarController.h" #include "CyteKit/URLCache.h" diff --git a/MobileCydia.mm b/MobileCydia.mm index d6ef9c9..2842f07 100644 --- a/MobileCydia.mm +++ b/MobileCydia.mm @@ -113,6 +113,7 @@ extern "C" { #include "Menes/Menes.h" #include "CyteKit/CyteKit.h" +#include "CyteKit/RegEx.hpp" #include "Cydia/MIMEAddress.h" #include "Cydia/LoadingViewController.h" |