Skip to content

Commit

Permalink
Only import headers where we actually need to.
Browse files Browse the repository at this point in the history
  • Loading branch information
Owain R Hunt committed Apr 12, 2012
1 parent f13fb3b commit 084a5e0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
4 changes: 1 addition & 3 deletions UAGithubEngine/UAGithubEngine.h
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,7 @@
//

#import <Foundation/Foundation.h>
#import "UAReachability.h"
#import "UAGithubEngineRequestTypes.h"
#import "UAGithubEngineConstants.h"
@class UAReachability;

typedef void (^UAGithubEngineSuccessBlock)(id);
typedef void (^UAGithubEngineBooleanSuccessBlock)(BOOL);
Expand Down
2 changes: 1 addition & 1 deletion UAGithubEngine/UAGithubEngine.m
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
#import "UAReachability.h"

#import "UAGithubJSONParser.h"

#import "UAGithubEngineConstants.h"
#import "UAGithubEngineRequestTypes.h"
#import "UAGithubURLConnection.h"

Expand Down

0 comments on commit 084a5e0

Please sign in to comment.