]> git.saurik.com Git - cydia.git/commitdiff
Move CyteKit/RegEx.hpp #include to MobileCydia.mm.
authorJay Freeman (saurik) <saurik@saurik.com>
Sat, 4 Mar 2017 03:52:31 +0000 (19:52 -0800)
committerJay Freeman (saurik) <saurik@saurik.com>
Sat, 4 Mar 2017 03:52:31 +0000 (19:52 -0800)
CyteKit/CyteKit.h
MobileCydia.mm

index 6dd04791449a35bf80872c51d2181572b992fc0f..c25bc3f51ac6bc9fd8b8822db1dd04db33ccad13 100644 (file)
@@ -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"
index d6ef9c9c350eddb848588d5423c9d333131e9c8b..2842f0797c55dc0e37db837c5e3ebb66b60be3b3 100644 (file)
@@ -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"