aboutsummaryrefslogtreecommitdiffstats
path: root/Source/SPAppleScriptSupport.m
diff options
context:
space:
mode:
authorstuconnolly <stuart02@gmail.com>2010-10-19 21:18:09 +0000
committerstuconnolly <stuart02@gmail.com>2010-10-19 21:18:09 +0000
commit3e67e208428399a6f802cffe0e6966f89b39e254 (patch)
treed95bc14312e20d31db4a21f2c8dd5c1e2cf352ac /Source/SPAppleScriptSupport.m
parentee085902c3312eb623fbafaca2d59b3260385e72 (diff)
downloadsequelpro-3e67e208428399a6f802cffe0e6966f89b39e254.tar.gz
sequelpro-3e67e208428399a6f802cffe0e6966f89b39e254.tar.bz2
sequelpro-3e67e208428399a6f802cffe0e6966f89b39e254.zip
Considering nearly every class uses constants, import it via the prefix header.
Diffstat (limited to 'Source/SPAppleScriptSupport.m')
-rw-r--r--Source/SPAppleScriptSupport.m1
1 files changed, 0 insertions, 1 deletions
diff --git a/Source/SPAppleScriptSupport.m b/Source/SPAppleScriptSupport.m
index 73975a26..ea390ab9 100644
--- a/Source/SPAppleScriptSupport.m
+++ b/Source/SPAppleScriptSupport.m
@@ -25,7 +25,6 @@
#import "SPAppleScriptSupport.h"
#import "SPWindowController.h"
-#import "SPConstants.h"
@implementation SPAppController (SPAppleScriptSupport)