From 15b53691c4460901c20cb6d845aaac917b5dc83c Mon Sep 17 00:00:00 2001 From: Robert Sesek Date: Wed, 22 Jul 2009 00:49:29 -0400 Subject: [PATCH] Fix warnings about GDBpConnectionDelegate by including the header in DebuggerController.h. --- Source/DebuggerController.h | 4 +--- Source/DebuggerController.m | 1 - 2 files changed, 1 insertion(+), 4 deletions(-) diff --git a/Source/DebuggerController.h b/Source/DebuggerController.h index 22eed81..9e8aad9 100644 --- a/Source/DebuggerController.h +++ b/Source/DebuggerController.h @@ -16,11 +16,9 @@ #import #import "BSSourceView.h" +#import "GDBpConnection.h" #import "StackController.h" -@class GDBpConnection; -@protocol GDBpConnectionDelegate; - @interface DebuggerController : NSWindowController { GDBpConnection* connection; diff --git a/Source/DebuggerController.m b/Source/DebuggerController.m index 638173b..fe145a1 100644 --- a/Source/DebuggerController.m +++ b/Source/DebuggerController.m @@ -14,7 +14,6 @@ * write to the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA */ -#import "GDBpConnection.h" #import "DebuggerController.h" #import "NSXMLElementAdditions.h" #import "AppDelegate.h" -- 2.22.5