(Apple) Rearrange header includes

This commit is contained in:
Twinaphex 2015-04-20 11:21:01 +02:00
parent 580499af1e
commit 52eaf0d069
4 changed files with 13 additions and 12 deletions

View File

@ -14,6 +14,7 @@
* If not, see <http://www.gnu.org/licenses/>.
*/
#include <objc/objc-runtime.h>
#include <string.h>
#import "../common/RetroArch_Apple.h"
@ -21,8 +22,6 @@
#include "../../frontend/frontend.h"
#include "../../retroarch.h"
#include <objc/objc-runtime.h>
id<RetroArch_Platform> apple_platform;
void apple_rarch_exited(void);

View File

@ -14,9 +14,12 @@
* If not, see <http://www.gnu.org/licenses/>.
*/
#import "../common/RetroArch_Apple.h"
#import <objc/runtime.h>
#include <compat/apple_compat.h>
#include <retro_miscellaneous.h>
#import "../common/RetroArch_Apple.h"
#include "../../settings.h"
#include "../../input/drivers/cocoa_input.h"
@ -24,8 +27,6 @@
#include "../../input/input_common.h"
#include "../../input/input_keymaps.h"
#include <compat/apple_compat.h>
static void* const associated_name_tag = (void*)&associated_name_tag;
@interface RAInputBinder : NSWindow

View File

@ -15,13 +15,13 @@
*/
#include <file/file_extract.h>
#include <file/dir_list.h>
#include <file/file_path.h>
#include <retro_miscellaneous.h>
#include "../common/RetroArch_Apple.h"
#include "../../content.h"
#include "../../general.h"
#include <file/dir_list.h>
#include <file/file_path.h>
#include <retro_miscellaneous.h>
enum file_action
{

View File

@ -14,14 +14,15 @@
* If not, see <http://www.gnu.org/licenses/>.
*/
#include <objc/runtime.h>
#include <file/file_path.h>
#include <retro_miscellaneous.h>
#include "../common/RetroArch_Apple.h"
#include "../../input/input_common.h"
#include "../../input/input_keymaps.h"
#include "../../input/drivers/cocoa_input.h"
#include <file/file_path.h>
#include <retro_miscellaneous.h>
#include <objc/runtime.h>
#include "../../menu/menu_entries.h"
#include "../../menu/drivers/shared.h"