Skip to content

Commit

Permalink
Removed some obsolete imports.
Browse files Browse the repository at this point in the history
  • Loading branch information
nicktoumpelis committed Apr 30, 2009
1 parent 9b884ba commit be9c000
Show file tree
Hide file tree
Showing 9 changed files with 0 additions and 9 deletions.
1 change: 0 additions & 1 deletion Classes/Model/URL Shorteners/ORSAdjixShortener.h
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,6 @@
@updated 2008-10-18
*/

#import <Cocoa/Cocoa.h>
#import "ORSAbstractShortener.h"

/*!
Expand Down
1 change: 0 additions & 1 deletion Classes/Model/URL Shorteners/ORSBitlyShortener.h
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,6 @@
@updated 2008-10-18
*/

#import <Cocoa/Cocoa.h>
#import "ORSAbstractShortener.h"

/*!
Expand Down
1 change: 0 additions & 1 deletion Classes/Model/URL Shorteners/ORSCligsShortener.h
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,6 @@
@updated 2008-10-18
*/

#import <Cocoa/Cocoa.h>
#import "ORSAbstractShortener.h"

/*!
Expand Down
1 change: 0 additions & 1 deletion Classes/Model/URL Shorteners/ORSIsgdShortener.h
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,6 @@
@updated 2008-10-18
*/

#import <Cocoa/Cocoa.h>
#import "ORSAbstractShortener.h"

/*!
Expand Down
1 change: 0 additions & 1 deletion Classes/Model/URL Shorteners/ORSShortenerFactory.h
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,6 @@
@updated 2008-10-18
*/

#import <Cocoa/Cocoa.h>
#import "ORSShortener.h"
#import "ORSAdjixShortener.h"
#import "ORSBitlyShortener.h"
Expand Down
1 change: 0 additions & 1 deletion Classes/Model/URL Shorteners/ORSSnipURLShortener.h
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,6 @@
@updated 2009-02-23
*/

#import <Cocoa/Cocoa.h>
#import "ORSAbstractShortener.h"

/*!
Expand Down
1 change: 0 additions & 1 deletion Classes/Model/URL Shorteners/ORSTinyURLShortener.h
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,6 @@
@updated 2008-10-18
*/

#import <Cocoa/Cocoa.h>
#import "ORSAbstractShortener.h"

/*!
Expand Down
1 change: 0 additions & 1 deletion Classes/Model/URL Shorteners/ORSTrimShortener.h
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,6 @@
@updated 2009-02-23
*/

#import <Cocoa/Cocoa.h>
#import "ORSAbstractShortener.h"

/*!
Expand Down
1 change: 0 additions & 1 deletion Classes/Model/URL Shorteners/ORSUrlborgShortener.h
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,6 @@
@updated 2009-02-24
*/

#import <Cocoa/Cocoa.h>
#import "ORSAbstractShortener.h"

/*!
Expand Down

0 comments on commit be9c000

Please sign in to comment.