From b12f3a4a7eef4e9a6d2770e093e19c214d412fb9 Mon Sep 17 00:00:00 2001 From: Robert Sesek Date: Fri, 14 Jan 2011 01:42:53 -0500 Subject: [PATCH] Import BSSourceView.h in BreakpointController.h rather than in the .m to fix a warning --- Source/BreakpointController.h | 5 ++--- Source/BreakpointController.m | 1 - 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/Source/BreakpointController.h b/Source/BreakpointController.h index f188a22..70552d9 100644 --- a/Source/BreakpointController.h +++ b/Source/BreakpointController.h @@ -15,10 +15,9 @@ */ #import -#import "BreakpointManager.h" -@class BSSourceView; -@protocol BSSourceViewDelegate; +#import "BreakpointManager.h" +#import "BSSourceView.h" @interface BreakpointController : NSWindowController { diff --git a/Source/BreakpointController.m b/Source/BreakpointController.m index 9f162db..d9333e3 100644 --- a/Source/BreakpointController.m +++ b/Source/BreakpointController.m @@ -17,7 +17,6 @@ #import "BreakpointController.h" #import "AppDelegate.h" -#import "BSSourceView.h" @implementation BreakpointController -- 2.22.5