(iOS) Cut down on header includes

This commit is contained in:
twinaphex 2015-04-19 20:06:25 +02:00
parent c58355775c
commit b3a0a470d0
3 changed files with 1 additions and 5 deletions

View File

@ -16,9 +16,7 @@
#include <file/file_extract.h>
#import "../common/RetroArch_Apple.h"
#import "views.h"
#include "../common/RetroArch_Apple.h"
#include "../../content.h"
#include "../../general.h"
#include <file/dir_list.h>

View File

@ -18,7 +18,6 @@
#define __APPLE_RARCH_IOS_MENU_H__
#include "../../playlist.h"
#include "views.h"
#include "../../settings.h"
@protocol RAMenuItemBase

View File

@ -25,7 +25,6 @@
#include "menu.h"
#include "../../menu/menu.h"
#import "views.h"
#include "../../input/drivers_hid/btstack_hid.h"
id<RetroArch_Platform> apple_platform;