(Apple) Get rid of rarch_wrapper.h
This commit is contained in:
parent
652499770f
commit
22a8d152cf
|
@ -15,8 +15,6 @@
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#import "RetroArch_Apple.h"
|
#import "RetroArch_Apple.h"
|
||||||
#include "../common/rarch_wrapper.h"
|
|
||||||
|
|
||||||
#include "../../general.h"
|
#include "../../general.h"
|
||||||
|
|
||||||
#ifdef HAVE_LOCATION
|
#ifdef HAVE_LOCATION
|
||||||
|
|
|
@ -18,7 +18,6 @@
|
||||||
#include <stdlib.h>
|
#include <stdlib.h>
|
||||||
|
|
||||||
#include "../../../boolean.h"
|
#include "../../../boolean.h"
|
||||||
#include "../rarch_wrapper.h"
|
|
||||||
|
|
||||||
#include "wiimote.h"
|
#include "wiimote.h"
|
||||||
|
|
||||||
|
|
|
@ -17,7 +17,6 @@
|
||||||
#include <string.h>
|
#include <string.h>
|
||||||
|
|
||||||
#import "RetroArch_Apple.h"
|
#import "RetroArch_Apple.h"
|
||||||
#include "rarch_wrapper.h"
|
|
||||||
#include "../../frontend/frontend.h"
|
#include "../../frontend/frontend.h"
|
||||||
#include "../../file.h"
|
#include "../../file.h"
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue