aboutsummaryrefslogtreecommitdiffstats
path: root/Source/SPTableContentDelegate.m
diff options
context:
space:
mode:
authorsqlprodev <sqlprodev@northofthree.com>2012-03-29 17:46:12 +0000
committersqlprodev <sqlprodev@northofthree.com>2012-03-29 17:46:12 +0000
commita03e23e2208d3d454406add663981aa7e14afa03 (patch)
treea96e6fc5c6226b3e23a3c600d9b9e61b10238a2c /Source/SPTableContentDelegate.m
parentbe01aff987f05191fb1a244482fa1b3ff9c6bccb (diff)
downloadsequelpro-a03e23e2208d3d454406add663981aa7e14afa03.tar.gz
sequelpro-a03e23e2208d3d454406add663981aa7e14afa03.tar.bz2
sequelpro-a03e23e2208d3d454406add663981aa7e14afa03.zip
#ifdef'ing out references to frameworks that are not used in SP_REFACTOR builds
Diffstat (limited to 'Source/SPTableContentDelegate.m')
-rw-r--r--Source/SPTableContentDelegate.m4
1 files changed, 4 insertions, 0 deletions
diff --git a/Source/SPTableContentDelegate.m b/Source/SPTableContentDelegate.m
index 83eb4149..3fdf1232 100644
--- a/Source/SPTableContentDelegate.m
+++ b/Source/SPTableContentDelegate.m
@@ -31,14 +31,18 @@
// More info at <http://code.google.com/p/sequel-pro/>
#import "SPTableContentDelegate.h"
+#ifndef SP_REFACTOR /* headers */
#import "SPAppController.h"
+#endif
#import "SPDatabaseDocument.h"
#import "SPDataStorage.h"
#import "SPGeometryDataView.h"
#import "SPTooltip.h"
#import "SPTablesList.h"
#import <SPMySQL/SPMySQL.h>
+#ifndef SP_REFACTOR /* headers */
#import "SPBundleHTMLOutputController.h"
+#endif
#import "SPCopyTable.h"
#import "SPAlertSheets.h"
#import "SPTableData.h"