aboutsummaryrefslogtreecommitdiffstats
path: root/Source/SPQueryFavoriteManager.h
diff options
context:
space:
mode:
authorstuconnolly <stuart02@gmail.com>2010-03-31 18:01:50 +0000
committerstuconnolly <stuart02@gmail.com>2010-03-31 18:01:50 +0000
commitea5088aa123745243ea6d93f684d0471be83b324 (patch)
treefa733fa620b9078753ef903dce36c3337da18e21 /Source/SPQueryFavoriteManager.h
parentbb70e8aac1d86585e1cb2ad56c440f0298858c9f (diff)
downloadsequelpro-ea5088aa123745243ea6d93f684d0471be83b324.tar.gz
sequelpro-ea5088aa123745243ea6d93f684d0471be83b324.tar.bz2
sequelpro-ea5088aa123745243ea6d93f684d0471be83b324.zip
Tidy up imports and fix 'Reverse Sort Order' when sorting connection favorites (Thanks Hans).
Diffstat (limited to 'Source/SPQueryFavoriteManager.h')
-rw-r--r--Source/SPQueryFavoriteManager.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/Source/SPQueryFavoriteManager.h b/Source/SPQueryFavoriteManager.h
index 42ace9b0..c803e565 100644
--- a/Source/SPQueryFavoriteManager.h
+++ b/Source/SPQueryFavoriteManager.h
@@ -24,9 +24,8 @@
// More info at <http://code.google.com/p/sequel-pro/>
#import <Cocoa/Cocoa.h>
-#import "CMTextView.h"
-@class BWAnchoredButtonBar;
+@class BWAnchoredButtonBar, CMTextView;
@interface NSObject (SPQueryFavoriteManagerDelegate)