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/SPTextView.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/SPTextView.m')
-rw-r--r-- | Source/SPTextView.m | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/Source/SPTextView.m b/Source/SPTextView.m index 1b1bcf33..5466bd83 100644 --- a/Source/SPTextView.m +++ b/Source/SPTextView.m @@ -33,9 +33,13 @@ #import "SPNavigatorController.h" #import "SPAlertSheets.h" #import "RegexKitLite.h" +#ifndef SP_REFACTOR /* headers */ #import "SPBundleHTMLOutputController.h" +#endif #import "SPDatabaseViewController.h" +#ifndef SP_REFACTOR /* headers */ #import "SPAppController.h" +#endif #import <SPMySQL/SPMySQL.h> #import "SPDatabaseStructure.h" |