aboutsummaryrefslogtreecommitdiffstats
path: root/TablesList.h
diff options
context:
space:
mode:
authormltownsend <mltownsend@gmail.com>2008-11-21 01:12:59 +0000
committermltownsend <mltownsend@gmail.com>2008-11-21 01:12:59 +0000
commit1f3824ec2bc2465d9fe20c30f93db9ec5281151b (patch)
tree13f771c9e9b0f026097d8038e794c16db8d97cbf /TablesList.h
parenta1fe720cf5d7b6a04e7fa2b096721bad8a9e4532 (diff)
downloadsequelpro-1f3824ec2bc2465d9fe20c30f93db9ec5281151b.tar.gz
sequelpro-1f3824ec2bc2465d9fe20c30f93db9ec5281151b.tar.bz2
sequelpro-1f3824ec2bc2465d9fe20c30f93db9ec5281151b.zip
Issue 34 Fix. Plus fixes for some warnings.
Diffstat (limited to 'TablesList.h')
-rw-r--r--TablesList.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/TablesList.h b/TablesList.h
index 7693f94c..84bb5e4e 100644
--- a/TablesList.h
+++ b/TablesList.h
@@ -24,9 +24,9 @@
#import <Cocoa/Cocoa.h>
#import <MCPKit_bundled/MCPKit_bundled.h>
-#import "CMMCPConnection.h"
-#import "CMMCPResult.h"
+@class CMMCResult;
+@class CMMCPConnection;
@interface TablesList : NSObject {