mirror of
https://github.com/libretro/RetroArch
synced 2025-03-29 13:20:30 +00:00
Reduce amount of includes for rarch_console.h
This commit is contained in:
parent
c4e1289c9a
commit
08c8e5fb5f
@ -23,10 +23,6 @@
|
||||
#include <string.h>
|
||||
#include <ctype.h>
|
||||
|
||||
#ifdef RARCH_CONSOLE
|
||||
#include "console/rarch_console.h"
|
||||
#endif
|
||||
|
||||
#ifdef HAVE_CONFIG_H
|
||||
#include "config.h"
|
||||
#endif
|
||||
|
@ -31,10 +31,6 @@
|
||||
|
||||
#if defined(RARCH_CONSOLE) || defined(__QNX__)
|
||||
#include "../config.def.h"
|
||||
|
||||
#ifdef RARCH_CONSOLE
|
||||
default_paths_t default_paths;
|
||||
#endif
|
||||
#endif
|
||||
|
||||
#if defined(ANDROID)
|
||||
@ -75,6 +71,7 @@ default_paths_t default_paths;
|
||||
#define attempt_load_game_push_history false
|
||||
#endif
|
||||
|
||||
default_paths_t default_paths;
|
||||
static retro_keyboard_event_t key_event;
|
||||
|
||||
#ifdef HAVE_MENU
|
||||
|
@ -23,6 +23,8 @@
|
||||
#include "../config.h"
|
||||
#endif
|
||||
|
||||
#include "../console/rarch_console.h"
|
||||
|
||||
typedef struct frontend_ctx_driver
|
||||
{
|
||||
void (*environment_get)(int argc, char *argv[], void *args);
|
||||
|
@ -20,7 +20,6 @@
|
||||
#include "../../general.h"
|
||||
#include "../../libretro_private.h"
|
||||
|
||||
#include "../../console/rarch_console.h"
|
||||
#include "../../file.h"
|
||||
|
||||
#if defined(HW_RVL) && !defined(IS_SALAMANDER)
|
||||
|
@ -19,7 +19,6 @@
|
||||
#include "../../ps3/sdk_defines.h"
|
||||
#include "../menu/menu_common.h"
|
||||
|
||||
#include "../../console/rarch_console.h"
|
||||
#include "../../conf/config_file.h"
|
||||
#include "../../general.h"
|
||||
#include "../../file.h"
|
||||
|
@ -23,7 +23,6 @@
|
||||
|
||||
#include <xbdm.h>
|
||||
|
||||
#include "../../console/rarch_console.h"
|
||||
#include "../../conf/config_file.h"
|
||||
#include "../../conf/config_file_macros.h"
|
||||
#include "../../file.h"
|
||||
|
@ -16,7 +16,6 @@
|
||||
|
||||
#include "../../driver.h"
|
||||
#include "../../ps3/sdk_defines.h"
|
||||
#include "../../console/rarch_console.h"
|
||||
|
||||
#ifdef HAVE_LIBDBGFONT
|
||||
#ifndef __PSL1GHT__
|
||||
|
Loading…
x
Reference in New Issue
Block a user