diff options
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" |