Reduce amount of includes for rarch_console.h

This commit is contained in:
twinaphex 2014-06-01 03:08:26 +02:00
parent c4e1289c9a
commit 08c8e5fb5f
7 changed files with 3 additions and 12 deletions

View File

@ -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

View File

@ -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

View File

@ -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);

View File

@ -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)

View File

@ -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"

View File

@ -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"

View File

@ -16,7 +16,6 @@
#include "../../driver.h"
#include "../../ps3/sdk_defines.h"
#include "../../console/rarch_console.h"
#ifdef HAVE_LIBDBGFONT
#ifndef __PSL1GHT__