Skip to content

Commit e33312b

Browse files
committed
Fix some more missing #imports
1 parent bca43e1 commit e33312b

8 files changed

+8
-5
lines changed

GLFileView.m

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88

99
#import "GLFileView.h"
1010
#import "PBGitGradientBarView.h"
11+
#import "MGScopeBar.h"
1112

1213
#define GROUP_LABEL @"Label" // string
1314
#define GROUP_SEPARATOR @"HasSeparator" // BOOL as NSNumber

PBCloneRepsitoryToSheet.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
#import "PBCloneRepsitoryToSheet.h"
1010
#import "PBGitRepository.h"
11-
11+
#import "PBGitWindowController.h"
1212

1313

1414
@interface PBCloneRepsitoryToSheet ()

PBCreateBranchSheet.m

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@
1111
#import "PBGitDefaults.h"
1212
#import "PBGitCommit.h"
1313
#import "PBGitRef.h"
14+
#import "PBGitWindowController.h"
1415

1516
@interface PBCreateBranchSheet ()
1617

PBCreateTagSheet.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
#import "PBCreateTagSheet.h"
1010
#import "PBGitRepository.h"
1111
#import "PBGitCommit.h"
12-
12+
#import "PBGitWindowController.h"
1313

1414
@interface PBCreateTagSheet ()
1515

PBGitSVBranchItem.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
//
88

99
#import "PBGitSVBranchItem.h"
10-
10+
#import "PBGitRevSpecifier.h"
1111

1212
@implementation PBGitSVBranchItem
1313

PBGitSVRemoteBranchItem.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
//
88

99
#import "PBGitSVRemoteBranchItem.h"
10-
10+
#import "PBGitRevSpecifier.h"
1111

1212
@implementation PBGitSVRemoteBranchItem
1313

PBGitSVTagItem.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
//
88

99
#import "PBGitSVTagItem.h"
10-
10+
#import "PBGitRevSpecifier.h"
1111

1212
@implementation PBGitSVTagItem
1313

PBHistorySearchController.m

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@
1010
#import "PBGitHistoryController.h"
1111
#import "PBGitRepository.h"
1212
#import "PBGitDefaults.h"
13+
#import "PBCommitList.h"
1314
#import <QuartzCore/CoreAnimation.h>
1415

1516

0 commit comments

Comments
 (0)