Skip to content

Commit

Permalink
Remove TUIKit.h import from TUIImage.m
Browse files Browse the repository at this point in the history
  • Loading branch information
jspahrsummers committed Jul 23, 2012
1 parent 4f6d385 commit 1a55fd9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion lib/UIKit/TUIImage.m
Expand Up @@ -15,7 +15,8 @@
*/ */


#import "TUIImage.h" #import "TUIImage.h"
#import "TUIKit.h" #import "TUICGAdditions.h"
#import "TUIView+Private.h"


static CGImageRef TUICreateImageRefWithData(NSData *data) static CGImageRef TUICreateImageRefWithData(NSData *data)
{ {
Expand Down

0 comments on commit 1a55fd9

Please sign in to comment.