diff options
author | stuconnolly <stuart02@gmail.com> | 2010-10-19 21:18:09 +0000 |
---|---|---|
committer | stuconnolly <stuart02@gmail.com> | 2010-10-19 21:18:09 +0000 |
commit | 3e67e208428399a6f802cffe0e6966f89b39e254 (patch) | |
tree | d95bc14312e20d31db4a21f2c8dd5c1e2cf352ac /Source/SPConnectionController.h | |
parent | ee085902c3312eb623fbafaca2d59b3260385e72 (diff) | |
download | sequelpro-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/SPConnectionController.h')
-rw-r--r-- | Source/SPConnectionController.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Source/SPConnectionController.h b/Source/SPConnectionController.h index 6c5863b9..47bd5d0a 100644 --- a/Source/SPConnectionController.h +++ b/Source/SPConnectionController.h @@ -29,7 +29,6 @@ #import "SPDatabaseDocument.h" #import "SPKeychain.h" #import "SPSSHTunnel.h" -#import "SPConstants.h" @class BWAnchoredButtonBar; |