From 3a0616a9aa060ccf4144a8bbdf65c647432727a4 Mon Sep 17 00:00:00 2001 From: stuconnolly Date: Sun, 22 Jan 2012 12:25:44 +0000 Subject: Bring outlinew view branch up to date with trunk (r3468:3470). --- Source/SPConnectionController.h | 2 +- Source/SPTablesList.m | 3 --- 2 files changed, 1 insertion(+), 4 deletions(-) (limited to 'Source') 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 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 #import "SPTablesList.h" -#ifndef SP_REFACTOR /* headers */ -#import "SPConnectionController.h" -#endif #import "SPDatabaseDocument.h" #import "SPTableStructure.h" #import "SPDatabaseViewController.h" -- cgit v1.2.3