aboutsummaryrefslogtreecommitdiffstats
path: root/Source
diff options
context:
space:
mode:
Diffstat (limited to 'Source')
-rw-r--r--Source/SPConnectionController.h2
-rw-r--r--Source/SPTablesList.m3
2 files changed, 1 insertions, 4 deletions
diff --git a/Source/SPConnectionController.h b/Source/SPConnectionController.h
index 5a90c985..c7f191a5 100644
--- a/Source/SPConnectionController.h
+++ b/Source/SPConnectionController.h
@@ -52,7 +52,7 @@
#endif
-@interface SPConnectionController : NSObject
+@interface SPConnectionController : NSViewController
{
id <SPConnectionControllerDelegateProtocol, NSObject> delegate;
diff --git a/Source/SPTablesList.m b/Source/SPTablesList.m
index b66796fa..c587095c 100644
--- a/Source/SPTablesList.m
+++ b/Source/SPTablesList.m
@@ -24,9 +24,6 @@
// More info at <http://code.google.com/p/sequel-pro/>
#import "SPTablesList.h"
-#ifndef SP_REFACTOR /* headers */
-#import "SPConnectionController.h"
-#endif
#import "SPDatabaseDocument.h"
#import "SPTableStructure.h"
#import "SPDatabaseViewController.h"