Skip to content

Commit 437aa01

Browse files
committed
Import UIImageView+WebCache.h from pch
1 parent e39fcdc commit 437aa01

File tree

7 files changed

+1
-6
lines changed

7 files changed

+1
-6
lines changed

XBMC Remote/AppDelegate.m

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@
1212
#import "ViewControllerIPad.h"
1313
#import "GlobalData.h"
1414
#import "InitialSlidingViewController.h"
15-
#import "UIImageView+WebCache.h"
1615
#import "Utilities.h"
1716
#import "Kodi_Remote-Swift.h"
1817

XBMC Remote/DetailViewController.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@
99
#import "DSJSONRPC.h"
1010
#import "jsonDataCell.h"
1111
#import "ShowInfoViewController.h"
12-
#import "UIImageView+WebCache.h"
1312
#import "mainMenu.h"
1413
#import "MoreItemsViewController.h"
1514
#import "Utilities.h"

XBMC Remote/HostManagementViewController.m

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@
1313
#import "AppInfoViewController.h"
1414
#import "Utilities.h"
1515
#import "InitialSlidingViewController.h"
16-
#import "UIImageView+WebCache.h"
1716

1817
// + 2 to cover two single-line separators
1918
#define HOSTMANAGERVC_MSG_HEIGHT (supportedVersionView.frame.size.height + 2)

XBMC Remote/Kodi Remote-Prefix.pch

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
#import "UIBarButtonItem+Extensions.h"
88
#import "UILabel+Extensions.h"
99
#import "UIViewController+Extensions.h"
10+
#import "UIImageView+WebCache.h"
1011

1112
@import UIKit;
1213
@import Foundation;

XBMC Remote/NowPlaying.h

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

99
#import "DSJSONRPC.h"
10-
#import "UIImageView+WebCache.h"
1110
#import "OBSlider.h"
1211

1312
@import UIKit;

XBMC Remote/NowPlaying.m

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

99
#import "NowPlaying.h"
1010
#import "mainMenu.h"
11-
#import "UIImageView+WebCache.h"
1211
#import "GlobalData.h"
1312
#import "SDImageCache.h"
1413
#import "RemoteController.h"

XBMC Remote/ShowInfoViewController.m

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@
1111
#import "NowPlaying.h"
1212
#import "GlobalData.h"
1313
#import "SDImageCache.h"
14-
#import "UIImageView+WebCache.h"
1514
#import "AppDelegate.h"
1615
#import "DetailViewController.h"
1716
#import "ViewControllerIPad.h"

0 commit comments

Comments
 (0)