diff options
author | sqlprodev <sqlprodev@northofthree.com> | 2012-03-29 17:46:12 +0000 |
---|---|---|
committer | sqlprodev <sqlprodev@northofthree.com> | 2012-03-29 17:46:12 +0000 |
commit | a03e23e2208d3d454406add663981aa7e14afa03 (patch) | |
tree | a96e6fc5c6226b3e23a3c600d9b9e61b10238a2c /Source/SPCopyTable.m | |
parent | be01aff987f05191fb1a244482fa1b3ff9c6bccb (diff) | |
download | sequelpro-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/SPCopyTable.m')
-rw-r--r-- | Source/SPCopyTable.m | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/Source/SPCopyTable.m b/Source/SPCopyTable.m index 7d03926a..ea0fe720 100644 --- a/Source/SPCopyTable.m +++ b/Source/SPCopyTable.m @@ -31,10 +31,14 @@ #import "SPTextAndLinkCell.h" #import "SPTooltip.h" #import "SPAlertSheets.h" +#ifndef SP_REFACTOR /* headers */ #import "SPBundleHTMLOutputController.h" +#endif #import "SPGeometryDataView.h" +#ifndef SP_REFACTOR /* headers */ #import "SPBundleEditorController.h" #import "SPAppController.h" +#endif #import "SPTablesList.h" #import <SPMySQL/SPMySQL.h> |