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 /CyteKit/CyteKit.h | |
parent | f3454874c6097225d806fb2fc9f4fb9e19de6abe (diff) |
Move CyteKit/RegEx.hpp #include to MobileCydia.mm.
Diffstat (limited to 'CyteKit/CyteKit.h')
-rw-r--r-- | CyteKit/CyteKit.h | 1 |
1 files changed, 0 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" |