(Apple) Rearrange header includes
This commit is contained in:
parent
580499af1e
commit
52eaf0d069
|
@ -14,6 +14,7 @@
|
||||||
* If not, see <http://www.gnu.org/licenses/>.
|
* If not, see <http://www.gnu.org/licenses/>.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
#include <objc/objc-runtime.h>
|
||||||
#include <string.h>
|
#include <string.h>
|
||||||
|
|
||||||
#import "../common/RetroArch_Apple.h"
|
#import "../common/RetroArch_Apple.h"
|
||||||
|
@ -21,8 +22,6 @@
|
||||||
#include "../../frontend/frontend.h"
|
#include "../../frontend/frontend.h"
|
||||||
#include "../../retroarch.h"
|
#include "../../retroarch.h"
|
||||||
|
|
||||||
#include <objc/objc-runtime.h>
|
|
||||||
|
|
||||||
id<RetroArch_Platform> apple_platform;
|
id<RetroArch_Platform> apple_platform;
|
||||||
|
|
||||||
void apple_rarch_exited(void);
|
void apple_rarch_exited(void);
|
||||||
|
|
|
@ -14,9 +14,12 @@
|
||||||
* If not, see <http://www.gnu.org/licenses/>.
|
* If not, see <http://www.gnu.org/licenses/>.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#import "../common/RetroArch_Apple.h"
|
|
||||||
#import <objc/runtime.h>
|
#import <objc/runtime.h>
|
||||||
|
|
||||||
|
#include <compat/apple_compat.h>
|
||||||
#include <retro_miscellaneous.h>
|
#include <retro_miscellaneous.h>
|
||||||
|
|
||||||
|
#import "../common/RetroArch_Apple.h"
|
||||||
#include "../../settings.h"
|
#include "../../settings.h"
|
||||||
#include "../../input/drivers/cocoa_input.h"
|
#include "../../input/drivers/cocoa_input.h"
|
||||||
|
|
||||||
|
@ -24,8 +27,6 @@
|
||||||
#include "../../input/input_common.h"
|
#include "../../input/input_common.h"
|
||||||
#include "../../input/input_keymaps.h"
|
#include "../../input/input_keymaps.h"
|
||||||
|
|
||||||
#include <compat/apple_compat.h>
|
|
||||||
|
|
||||||
static void* const associated_name_tag = (void*)&associated_name_tag;
|
static void* const associated_name_tag = (void*)&associated_name_tag;
|
||||||
|
|
||||||
@interface RAInputBinder : NSWindow
|
@interface RAInputBinder : NSWindow
|
||||||
|
|
|
@ -15,13 +15,13 @@
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include <file/file_extract.h>
|
#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 "../common/RetroArch_Apple.h"
|
||||||
#include "../../content.h"
|
#include "../../content.h"
|
||||||
#include "../../general.h"
|
#include "../../general.h"
|
||||||
#include <file/dir_list.h>
|
|
||||||
#include <file/file_path.h>
|
|
||||||
#include <retro_miscellaneous.h>
|
|
||||||
|
|
||||||
enum file_action
|
enum file_action
|
||||||
{
|
{
|
||||||
|
|
|
@ -14,14 +14,15 @@
|
||||||
* If not, see <http://www.gnu.org/licenses/>.
|
* 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 "../common/RetroArch_Apple.h"
|
||||||
#include "../../input/input_common.h"
|
#include "../../input/input_common.h"
|
||||||
#include "../../input/input_keymaps.h"
|
#include "../../input/input_keymaps.h"
|
||||||
#include "../../input/drivers/cocoa_input.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/menu_entries.h"
|
||||||
#include "../../menu/drivers/shared.h"
|
#include "../../menu/drivers/shared.h"
|
||||||
|
|
Loading…
Reference in New Issue