iOS build: don't include CoreServices on iOS
[Dirk Hohndel: refactored the iOS patches] Signed-off-by: Tomaz Canabrava <tomaz.canabrava@gmail.com> Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
parent
39313c5b33
commit
997ee6fb40
@ -6,7 +6,9 @@
|
||||
#include "dive.h"
|
||||
#include "display.h"
|
||||
#include <CoreFoundation/CoreFoundation.h>
|
||||
#if !defined(__IPHONE_5_0)
|
||||
#include <CoreServices/CoreServices.h>
|
||||
#endif
|
||||
#include <mach-o/dyld.h>
|
||||
#include <sys/syslimits.h>
|
||||
#include <stdio.h>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user