Skip to content

Commit eecee41

Browse files
committed
Clean up pch file
1 parent cc9b4de commit eecee41

File tree

1 file changed

+2
-15
lines changed

1 file changed

+2
-15
lines changed

XBMC Remote/Kodi Remote-Prefix.pch

Lines changed: 2 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,3 @@
1-
//
2-
// Prefix header for all source files of the 'XBMC Remote' target in the 'XBMC Remote' project
3-
//
4-
5-
#import <Availability.h>
6-
7-
#ifndef __IPHONE_4_0
8-
#warning "This project uses features only available in iOS SDK 4.0 and later."
9-
#endif
10-
1+
#import <UIKit/UIKit.h>
2+
#import <Foundation/Foundation.h>
113
#import "ConvenienceMacros.h"
12-
13-
#ifdef __OBJC__
14-
#import <UIKit/UIKit.h>
15-
#import <Foundation/Foundation.h>
16-
#endif

0 commit comments

Comments
 (0)