mirror of
https://github.com/libretro/RetroArch.git
synced 2024-11-28 10:40:39 +00:00
Get rid of some header includes
This commit is contained in:
parent
5c15b306d6
commit
13ea2ceaa6
@ -33,7 +33,6 @@
|
||||
#include "../../configuration.h"
|
||||
#include "../../core.h"
|
||||
#include "../../core_info.h"
|
||||
#include "../../retroarch.h"
|
||||
#include "../../verbosity.h"
|
||||
|
||||
#ifndef BIND_ACTION_DEFERRED_PUSH
|
||||
|
@ -39,7 +39,6 @@
|
||||
#include "../../managers/cheat_manager.h"
|
||||
#include "../../performance_counters.h"
|
||||
#include "../../paths.h"
|
||||
#include "../../retroarch.h"
|
||||
#include "../../verbosity.h"
|
||||
#include "../../wifi/wifi_driver.h"
|
||||
#include "../../playlist.h"
|
||||
|
@ -53,7 +53,6 @@
|
||||
#include "../../core_info.h"
|
||||
#include "../../core.h"
|
||||
#include "../../configuration.h"
|
||||
#include "../../retroarch.h"
|
||||
#include "../../verbosity.h"
|
||||
#include "../../tasks/tasks_internal.h"
|
||||
|
||||
|
@ -58,7 +58,6 @@
|
||||
#include "../../dynamic.h"
|
||||
#include "../../configuration.h"
|
||||
#include "../../playlist.h"
|
||||
#include "../../retroarch.h"
|
||||
|
||||
#include "../../tasks/tasks_internal.h"
|
||||
|
||||
|
@ -30,18 +30,10 @@
|
||||
#include <encodings/utf.h>
|
||||
#include <features/features_cpu.h>
|
||||
|
||||
#ifdef HAVE_DISCORD
|
||||
#include "discord/discord.h"
|
||||
#endif
|
||||
|
||||
#ifdef HAVE_CONFIG_H
|
||||
#include "../config.h"
|
||||
#endif
|
||||
|
||||
#ifdef HAVE_THREADS
|
||||
#include "../gfx/video_thread_wrapper.h"
|
||||
#endif
|
||||
|
||||
#include "menu_driver.h"
|
||||
#include "menu_cbs.h"
|
||||
#include "menu_input.h"
|
||||
@ -59,11 +51,8 @@
|
||||
#include "../driver.h"
|
||||
#include "../retroarch.h"
|
||||
#include "../version.h"
|
||||
#include "../defaults.h"
|
||||
#include "../frontend/frontend.h"
|
||||
#include "../list_special.h"
|
||||
#include "../tasks/tasks_internal.h"
|
||||
#include "../ui/ui_companion_driver.h"
|
||||
#include "../verbosity.h"
|
||||
#include "../tasks/task_powerstate.h"
|
||||
#ifdef HAVE_NETWORKING
|
||||
|
@ -19,7 +19,6 @@
|
||||
|
||||
#include <retro_common_api.h>
|
||||
|
||||
#include "../retroarch.h"
|
||||
#include "../gfx/video_shader_parse.h"
|
||||
|
||||
RETRO_BEGIN_DECLS
|
||||
|
@ -36,10 +36,7 @@
|
||||
#include "../../configuration.h"
|
||||
#include "../../paths.h"
|
||||
|
||||
#include "../../retroarch.h"
|
||||
#include "../../core.h"
|
||||
#include "../../content.h"
|
||||
#include "../../verbosity.h"
|
||||
#include "../../dynamic.h"
|
||||
|
||||
static enum filebrowser_enums filebrowser_types = FILEBROWSER_NONE;
|
||||
|
Loading…
Reference in New Issue
Block a user