Skip to content

Commit

Permalink
Remove unneeded header files from App Delegate.
Browse files Browse the repository at this point in the history
  • Loading branch information
newsyc committed Apr 13, 2011
1 parent 0232aff commit 28dfa48
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions Classes/AppDelegate.m
Original file line number Diff line number Diff line change
Expand Up @@ -7,14 +7,11 @@
//

#import "AppDelegate.h"
#import "InstapaperAPI.h"
#import "NavigationController.h"
#import "MainTabBarController.h"
#import "InstapaperLoginController.h"

#import "HNKit.h"


@implementation AppDelegate

- (BOOL)application:(UIApplication *)application didFinishLaunchingWithOptions:(NSDictionary *)launchOptions {
Expand Down

0 comments on commit 28dfa48

Please sign in to comment.