aboutsummaryrefslogtreecommitdiffstats
path: root/Source/SPDatabaseViewController.m
diff options
context:
space:
mode:
authorrowanbeentje <rowan@beent.je>2012-03-27 23:41:01 +0000
committerrowanbeentje <rowan@beent.je>2012-03-27 23:41:01 +0000
commit5459c4a47b53e395b7a1b9e6959376eafc1a968a (patch)
treec89aead578e9b7f0bde78af62a8f820f651d0626 /Source/SPDatabaseViewController.m
parent0576c2fcca6ddfa04c9a7c6a3d76f3e51cf88919 (diff)
downloadsequelpro-5459c4a47b53e395b7a1b9e6959376eafc1a968a.tar.gz
sequelpro-5459c4a47b53e395b7a1b9e6959376eafc1a968a.tar.bz2
sequelpro-5459c4a47b53e395b7a1b9e6959376eafc1a968a.zip
- Clean up SPMySQL and QueryKit inclusion and search methods, which should fix nightly builds
- Fix warnings
Diffstat (limited to 'Source/SPDatabaseViewController.m')
-rw-r--r--Source/SPDatabaseViewController.m4
1 files changed, 1 insertions, 3 deletions
diff --git a/Source/SPDatabaseViewController.m b/Source/SPDatabaseViewController.m
index 4c1c6cac..84f94b9a 100644
--- a/Source/SPDatabaseViewController.m
+++ b/Source/SPDatabaseViewController.m
@@ -32,11 +32,9 @@
#import "SPTableData.h"
#import "SPTablesList.h"
#import "SPTableTriggers.h"
-#ifdef SP_REFACTOR /* headers */
#import <SPMySQL/SPMySQL.h>
+#ifdef SP_REFACTOR /* headers */
#import "SPTableStructure.h"
-#else
-#import "SPMySQL.h"
#endif
@interface SPDatabaseDocument (SPDatabaseViewControllerPrivateAPI)