mirror of
https://github.com/libretro/RetroArch
synced 2025-02-20 15:40:44 +00:00
Header include cleanups for driver.h
This commit is contained in:
parent
55aeba2f57
commit
e10361ed52
@ -34,7 +34,6 @@
|
||||
#include <boolean.h>
|
||||
#include <retro_common_api.h>
|
||||
#include <retro_environment.h>
|
||||
#include "../../driver.h"
|
||||
#include "../../retroarch.h"
|
||||
|
||||
#ifndef _XBOX
|
||||
|
@ -32,7 +32,6 @@
|
||||
|
||||
#include <dxgi.h>
|
||||
|
||||
#include "../../driver.h"
|
||||
#include "../../verbosity.h"
|
||||
#include "../../configuration.h"
|
||||
#include "../../retroarch.h"
|
||||
|
@ -41,16 +41,15 @@
|
||||
#include "../gfx_widgets.h"
|
||||
#endif
|
||||
|
||||
#include "../../driver.h"
|
||||
#include "../font_driver.h"
|
||||
#include "../common/win32_common.h"
|
||||
#include "../video_shader_parse.h"
|
||||
#include "../drivers_shader/slang_process.h"
|
||||
#include "../../verbosity.h"
|
||||
#include "../../configuration.h"
|
||||
#include "../../retroarch.h"
|
||||
#include "../font_driver.h"
|
||||
#include "../common/win32_common.h"
|
||||
#include "../../performance_counters.h"
|
||||
#include "../../menu/menu_driver.h"
|
||||
#include "../video_shader_parse.h"
|
||||
#include "../drivers_shader/slang_process.h"
|
||||
#ifdef HAVE_REWIND
|
||||
#include "../../state_manager.h"
|
||||
#endif
|
||||
|
@ -38,7 +38,6 @@
|
||||
#include "../gfx_widgets.h"
|
||||
#endif
|
||||
|
||||
#include "../../driver.h"
|
||||
#include "../../verbosity.h"
|
||||
#include "../../configuration.h"
|
||||
#include "../../retroarch.h"
|
||||
|
@ -29,7 +29,6 @@
|
||||
|
||||
#include "../font_driver.h"
|
||||
|
||||
#include "../../driver.h"
|
||||
#include "../../configuration.h"
|
||||
#include "../../retroarch.h"
|
||||
#include "../../verbosity.h"
|
||||
|
@ -45,7 +45,6 @@
|
||||
|
||||
#include "../font_driver.h"
|
||||
|
||||
#include "../../driver.h"
|
||||
#include "../../configuration.h"
|
||||
#include "../../retroarch.h"
|
||||
#include "../../verbosity.h"
|
||||
|
@ -43,7 +43,6 @@
|
||||
|
||||
#include "../common/vulkan_common.h"
|
||||
|
||||
#include "../../driver.h"
|
||||
#include "../../configuration.h"
|
||||
#ifdef HAVE_REWIND
|
||||
#include "../../state_manager.h"
|
||||
|
@ -38,6 +38,7 @@
|
||||
|
||||
#include "core.h"
|
||||
|
||||
#include "driver.h"
|
||||
#include "runloop.h"
|
||||
#include "retroarch_types.h"
|
||||
|
||||
|
@ -182,7 +182,6 @@
|
||||
#include "core_info.h"
|
||||
#include "dynamic.h"
|
||||
#include "defaults.h"
|
||||
#include "driver.h"
|
||||
#include "msg_hash.h"
|
||||
#include "paths.h"
|
||||
#include "file_path_special.h"
|
||||
|
@ -49,7 +49,6 @@
|
||||
|
||||
#include "../ui_companion_driver.h"
|
||||
#include "../../msg_hash.h"
|
||||
#include "../../driver.h"
|
||||
#include "../../paths.h"
|
||||
#include "../../configuration.h"
|
||||
#include "../../retroarch.h"
|
||||
|
@ -20,7 +20,6 @@
|
||||
#include "../config.h"
|
||||
#endif
|
||||
|
||||
#include "../driver.h"
|
||||
#include "../list_special.h"
|
||||
#include "../retroarch.h"
|
||||
#include "../runloop.h"
|
||||
|
Loading…
x
Reference in New Issue
Block a user