mirror of
https://github.com/libretro/RetroArch
synced 2025-01-18 13:23:40 +00:00
Include CFExtensions.h in one common file
This commit is contained in:
parent
499b00d112
commit
9d731f94ec
@ -20,6 +20,7 @@
|
||||
#include <Foundation/Foundation.h>
|
||||
#import <CoreFoundation/CoreFoundation.h>
|
||||
|
||||
#include "../common/CFExtensions.h"
|
||||
#include "../../core_info.h"
|
||||
#include "../../settings.h"
|
||||
|
||||
@ -71,7 +72,6 @@ void get_ios_version(int *major, int *minor);
|
||||
#include <CoreLocation/CoreLocation.h>
|
||||
#endif
|
||||
|
||||
#include "../common/CFExtensions.h"
|
||||
|
||||
@interface RAGameView : NSView
|
||||
#ifdef HAVE_LOCATION
|
||||
|
@ -19,7 +19,6 @@
|
||||
#include <CoreFoundation/CFArray.h>
|
||||
#include <CoreFoundation/CFString.h>
|
||||
#import <Foundation/NSPathUtilities.h>
|
||||
#include "CFExtensions.h"
|
||||
#import "RetroArch_Apple.h"
|
||||
#include "../../general.h"
|
||||
#include "../../runloop.h"
|
||||
|
Loading…
Reference in New Issue
Block a user