diff options
-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" |