summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJay Freeman (saurik) <saurik@saurik.com>2017-03-03 19:52:31 -0800
committerJay Freeman (saurik) <saurik@saurik.com>2017-03-03 19:52:31 -0800
commit60bd32466fcc4830ee8ff1774cd2e8d5bf390f4a (patch)
tree84d8849fa0d918e3d58e2cd9de809059f267d340
parentf3454874c6097225d806fb2fc9f4fb9e19de6abe (diff)
Move CyteKit/RegEx.hpp #include to MobileCydia.mm.
-rw-r--r--CyteKit/CyteKit.h1
-rw-r--r--MobileCydia.mm1
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"