diff options
author | rowanbeentje <rowan@beent.je> | 2012-03-27 23:41:01 +0000 |
---|---|---|
committer | rowanbeentje <rowan@beent.je> | 2012-03-27 23:41:01 +0000 |
commit | 5459c4a47b53e395b7a1b9e6959376eafc1a968a (patch) | |
tree | c89aead578e9b7f0bde78af62a8f820f651d0626 /Source/SPFieldMapperController.m | |
parent | 0576c2fcca6ddfa04c9a7c6a3d76f3e51cf88919 (diff) | |
download | sequelpro-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/SPFieldMapperController.m')
-rw-r--r-- | Source/SPFieldMapperController.m | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/Source/SPFieldMapperController.m b/Source/SPFieldMapperController.m index 538b50eb..374bd3dd 100644 --- a/Source/SPFieldMapperController.m +++ b/Source/SPFieldMapperController.m @@ -31,11 +31,7 @@ #import "SPCategoryAdditions.h" #import "RegexKitLite.h" #import "SPDatabaseData.h" -#ifndef SP_REFACTOR -#import "SPMySQL.h" -#else #import <SPMySQL/SPMySQL.h> -#endif #define SP_NUMBER_OF_RECORDS_STRING NSLocalizedString(@"%ld of %@%lu records", @"Label showing the index of the selected CSV row") |