mirror of
https://github.com/libretro/RetroArch
synced 2025-03-02 19:13:34 +00:00
Cleanups
This commit is contained in:
parent
9d9471413d
commit
51b0e61712
@ -20,7 +20,6 @@
|
||||
|
||||
#include <alsa/asoundlib.h>
|
||||
|
||||
|
||||
#include "../audio_driver.h"
|
||||
#include "../../configuration.h"
|
||||
#include "../../verbosity.h"
|
||||
|
@ -29,7 +29,6 @@
|
||||
|
||||
#include "../../configuration.h"
|
||||
#include "../../command.h"
|
||||
#include "../../driver.h"
|
||||
|
||||
#include "../../retroarch.h"
|
||||
#include "../../performance_counters.h"
|
||||
|
@ -30,7 +30,6 @@
|
||||
#include "../font_driver.h"
|
||||
#include "../video_context_driver.h"
|
||||
#include "../../configuration.h"
|
||||
#include "../../driver.h"
|
||||
#include "../../retroarch.h"
|
||||
#include "../../runloop.h"
|
||||
|
||||
|
@ -41,7 +41,6 @@
|
||||
#include "gl_renderchains/render_chain_gl.h"
|
||||
|
||||
#include "../../configuration.h"
|
||||
#include "../../driver.h"
|
||||
#include "../../record/record_driver.h"
|
||||
#include "../../performance_counters.h"
|
||||
|
||||
|
@ -34,7 +34,6 @@
|
||||
#include "../drivers_font_renderer/bitmap.h"
|
||||
#include "../../defines/gx_defines.h"
|
||||
#include "../../configuration.h"
|
||||
#include "../../driver.h"
|
||||
#include "../../runloop.h"
|
||||
#include "../../menu/menu_driver.h"
|
||||
#include "../../menu/menu_display.h"
|
||||
|
@ -29,7 +29,6 @@
|
||||
#endif
|
||||
|
||||
#include "../../defines/psp_defines.h"
|
||||
#include "../../driver.h"
|
||||
#include "../../runloop.h"
|
||||
|
||||
#ifndef SCEGU_SCR_WIDTH
|
||||
|
@ -36,7 +36,6 @@
|
||||
#include "SDL_syswm.h"
|
||||
|
||||
#include "../../configuration.h"
|
||||
#include "../../driver.h"
|
||||
#include "../../retroarch.h"
|
||||
#include "../../runloop.h"
|
||||
#include "../../performance_counters.h"
|
||||
|
@ -33,7 +33,6 @@
|
||||
#include "SDL_syswm.h"
|
||||
|
||||
#include "../../configuration.h"
|
||||
#include "../../driver.h"
|
||||
#include "../../runloop.h"
|
||||
#include "../../performance_counters.h"
|
||||
|
||||
|
@ -31,7 +31,6 @@
|
||||
#include <retro_inline.h>
|
||||
|
||||
#include "../../configuration.h"
|
||||
#include "../../driver.h"
|
||||
#include "../../frontend/frontend_driver.h"
|
||||
#include "../../verbosity.h"
|
||||
#include "../font_driver.h"
|
||||
|
@ -38,7 +38,6 @@
|
||||
|
||||
#include "../../frontend/drivers/platform_linux.h"
|
||||
#include "../../configuration.h"
|
||||
#include "../../driver.h"
|
||||
#include "../../runloop.h"
|
||||
|
||||
static enum gfx_ctx_api android_api;
|
||||
|
@ -43,7 +43,6 @@
|
||||
#endif
|
||||
|
||||
#include "../../configuration.h"
|
||||
#include "../../driver.h"
|
||||
#include "../../runloop.h"
|
||||
|
||||
#define WINDOW_BUFFERS 2
|
||||
|
@ -30,7 +30,6 @@
|
||||
#include <OpenGL/gl.h>
|
||||
|
||||
#include "../../configuration.h"
|
||||
#include "../../driver.h"
|
||||
#include "../../runloop.h"
|
||||
#include "../../configuration.h"
|
||||
#include "../video_context_driver.h"
|
||||
|
@ -37,7 +37,6 @@
|
||||
|
||||
#include "../../verbosity.h"
|
||||
#include "../../configuration.h"
|
||||
#include "../../driver.h"
|
||||
#include "../../runloop.h"
|
||||
#include "../../frontend/frontend_driver.h"
|
||||
#include "../common/drm_common.h"
|
||||
|
@ -24,7 +24,6 @@
|
||||
#endif
|
||||
|
||||
#include "../../configuration.h"
|
||||
#include "../../driver.h"
|
||||
#include "../../runloop.h"
|
||||
#include "../video_context_driver.h"
|
||||
|
||||
|
@ -16,7 +16,6 @@
|
||||
|
||||
/* Null context. */
|
||||
|
||||
#include "../../driver.h"
|
||||
#include "../video_context_driver.h"
|
||||
|
||||
static void gfx_ctx_null_swap_interval(void *data, unsigned interval)
|
||||
|
@ -18,7 +18,6 @@
|
||||
#endif
|
||||
|
||||
#include "../../configuration.h"
|
||||
#include "../../driver.h"
|
||||
#include "../../runloop.h"
|
||||
#include "../../frontend/frontend_driver.h"
|
||||
#include "../common/vulkan_common.h"
|
||||
|
@ -37,7 +37,6 @@
|
||||
|
||||
#include "../../frontend/frontend_driver.h"
|
||||
#include "../../configuration.h"
|
||||
#include "../../driver.h"
|
||||
#include "../../runloop.h"
|
||||
|
||||
typedef struct
|
||||
|
@ -30,7 +30,6 @@
|
||||
|
||||
#include "../../frontend/frontend_driver.h"
|
||||
#include "../../configuration.h"
|
||||
#include "../../driver.h"
|
||||
#include "../../runloop.h"
|
||||
|
||||
typedef struct
|
||||
|
@ -14,11 +14,7 @@
|
||||
* If not, see <http://www.gnu.org/licenses/>.
|
||||
*/
|
||||
|
||||
#include "../../driver.h"
|
||||
#include "../../runloop.h"
|
||||
#include "../common/gl_common.h"
|
||||
|
||||
#include <GL/osmesa.h>
|
||||
#include <unistd.h>
|
||||
#include <errno.h>
|
||||
|
||||
@ -29,6 +25,11 @@
|
||||
#include <sys/un.h>
|
||||
#include <poll.h>
|
||||
|
||||
#include <GL/osmesa.h>
|
||||
|
||||
#include "../../runloop.h"
|
||||
#include "../common/gl_common.h"
|
||||
|
||||
#if (OSMESA_MAJOR_VERSION * 1000 + OSMESA_MINOR_VERSION) >= 11002
|
||||
#define HAVE_OSMESA_CREATE_CONTEXT_ATTRIBS 1
|
||||
#endif
|
||||
|
@ -26,7 +26,6 @@
|
||||
#endif
|
||||
#endif
|
||||
|
||||
#include "../../driver.h"
|
||||
#include "../../runloop.h"
|
||||
#include "../../defines/ps3_defines.h"
|
||||
#include "../common/gl_common.h"
|
||||
|
@ -25,7 +25,6 @@
|
||||
#endif
|
||||
|
||||
#include "../../configuration.h"
|
||||
#include "../../driver.h"
|
||||
#include "../../runloop.h"
|
||||
#include "../common/gl_common.h"
|
||||
|
||||
|
@ -31,7 +31,6 @@
|
||||
#include <retro_inline.h>
|
||||
|
||||
#include "../../configuration.h"
|
||||
#include "../../driver.h"
|
||||
#include "../../runloop.h"
|
||||
#include "../video_context_driver.h"
|
||||
|
||||
|
@ -29,7 +29,6 @@
|
||||
#endif
|
||||
|
||||
#include "../../configuration.h"
|
||||
#include "../../driver.h"
|
||||
#include "../../frontend/frontend_driver.h"
|
||||
#include "../../runloop.h"
|
||||
|
||||
|
@ -42,7 +42,6 @@
|
||||
#endif
|
||||
|
||||
#include "../../configuration.h"
|
||||
#include "../../driver.h"
|
||||
#include "../../frontend/frontend_driver.h"
|
||||
#include "../../runloop.h"
|
||||
|
||||
|
@ -36,7 +36,6 @@
|
||||
#endif
|
||||
|
||||
#include "../../configuration.h"
|
||||
#include "../../driver.h"
|
||||
#include "../../dynamic.h"
|
||||
#include "../../runloop.h"
|
||||
#include "../video_context_driver.h"
|
||||
|
@ -26,7 +26,6 @@
|
||||
#endif
|
||||
|
||||
#include "../../configuration.h"
|
||||
#include "../../driver.h"
|
||||
|
||||
#include "../../frontend/frontend_driver.h"
|
||||
#include "../common/gl_common.h"
|
||||
|
@ -17,12 +17,12 @@
|
||||
/* X/EGL context. Mostly used for testing GLES code paths. */
|
||||
|
||||
#include <stdint.h>
|
||||
#include <stdlib.h>
|
||||
|
||||
#ifdef HAVE_CONFIG_H
|
||||
#include "../../config.h"
|
||||
#endif
|
||||
|
||||
#include "../../driver.h"
|
||||
#include "../../configuration.h"
|
||||
#include "../../frontend/frontend_driver.h"
|
||||
|
||||
|
@ -39,7 +39,6 @@
|
||||
#include "../input_joypad_driver.h"
|
||||
#include "../drivers_keyboard/keyboard_event_android.h"
|
||||
#include "../../performance_counters.h"
|
||||
#include "../../driver.h"
|
||||
#include "../../configuration.h"
|
||||
|
||||
#define MAX_TOUCH 16
|
||||
|
@ -24,7 +24,6 @@
|
||||
#endif
|
||||
|
||||
#include "../../configuration.h"
|
||||
#include "../../driver.h"
|
||||
#include "../input_config.h"
|
||||
#include "../input_joypad_driver.h"
|
||||
|
||||
|
@ -26,7 +26,7 @@
|
||||
#include <libretro.h>
|
||||
|
||||
#include "../../configuration.h"
|
||||
#include "../../driver.h"
|
||||
#include "../input_joypad_driver.h"
|
||||
|
||||
#ifndef MAX_PADS
|
||||
#define MAX_PADS 4
|
||||
|
@ -15,7 +15,6 @@
|
||||
*/
|
||||
|
||||
#include "../input_driver.h"
|
||||
#include "../../driver.h"
|
||||
#include "../../verbosity.h"
|
||||
|
||||
static void *nullinput_input_init(void)
|
||||
|
@ -29,7 +29,7 @@
|
||||
#include "../../defines/ps3_defines.h"
|
||||
|
||||
#include "../../configuration.h"
|
||||
#include "../../driver.h"
|
||||
#include "../input_joypad_driver.h"
|
||||
|
||||
#ifdef HAVE_MOUSE
|
||||
#ifndef __PSL1GHT__
|
||||
|
@ -41,7 +41,7 @@
|
||||
#include "../../defines/psp_defines.h"
|
||||
|
||||
#include "../../configuration.h"
|
||||
#include "../../driver.h"
|
||||
#include "../input_joypad_driver.h"
|
||||
#include "../input_config.h"
|
||||
|
||||
typedef struct psp_input
|
||||
|
@ -28,7 +28,7 @@
|
||||
#endif
|
||||
|
||||
#include "../../configuration.h"
|
||||
#include "../../driver.h"
|
||||
#include "../input_joypad_driver.h"
|
||||
#include "../input_autodetect.h"
|
||||
|
||||
#define MAX_PADS 8
|
||||
|
@ -26,7 +26,6 @@
|
||||
#include "../input_keymaps.h"
|
||||
|
||||
#include "../../configuration.h"
|
||||
#include "../../driver.h"
|
||||
|
||||
typedef struct rwebinput_state
|
||||
{
|
||||
|
@ -22,7 +22,6 @@
|
||||
#include <libretro.h>
|
||||
|
||||
#include "../../configuration.h"
|
||||
#include "../../driver.h"
|
||||
|
||||
#include "SDL.h"
|
||||
#include "../../gfx/video_context_driver.h"
|
||||
|
@ -30,7 +30,6 @@
|
||||
#include "../common/input_x11_common.h"
|
||||
|
||||
#include "../../configuration.h"
|
||||
#include "../../driver.h"
|
||||
#include "../../verbosity.h"
|
||||
|
||||
typedef struct x11_input
|
||||
|
@ -28,8 +28,8 @@
|
||||
#include <boolean.h>
|
||||
#include <libretro.h>
|
||||
|
||||
#include "../input_joypad_driver.h"
|
||||
#include "../../configuration.h"
|
||||
#include "../../driver.h"
|
||||
|
||||
#define MAX_PADS 4
|
||||
|
||||
|
@ -23,7 +23,7 @@
|
||||
|
||||
#include <libretro.h>
|
||||
|
||||
#include "../../driver.h"
|
||||
#include "../input_joypad_driver.h"
|
||||
|
||||
#define MAX_PADS 4
|
||||
|
||||
|
@ -30,8 +30,6 @@
|
||||
|
||||
#include "../gfx/video_shader_driver.h"
|
||||
|
||||
#include "../driver.h"
|
||||
|
||||
RETRO_BEGIN_DECLS
|
||||
|
||||
#ifndef MAX_COUNTERS
|
||||
|
@ -94,10 +94,6 @@
|
||||
#include "../deps/7zip/7zFile.h"
|
||||
#endif
|
||||
|
||||
#ifdef HAVE_MENU
|
||||
#include "../menu/menu_driver.h"
|
||||
#endif
|
||||
|
||||
#ifdef HAVE_CHEEVOS
|
||||
#include "../cheevos.h"
|
||||
#endif
|
||||
|
@ -24,12 +24,16 @@
|
||||
#include <streams/file_stream.h>
|
||||
#include <string/stdstring.h>
|
||||
|
||||
#include "tasks_internal.h"
|
||||
#ifdef HAVE_CONFIG_H
|
||||
#include "../config.h"
|
||||
#endif
|
||||
|
||||
#ifdef HAVE_LIBRETRODB
|
||||
#include "../database_info.h"
|
||||
#endif
|
||||
|
||||
#include "tasks_internal.h"
|
||||
|
||||
#include "../list_special.h"
|
||||
#include "../msg_hash.h"
|
||||
#include "../verbosity.h"
|
||||
|
@ -13,9 +13,6 @@
|
||||
* If not, see <http://www.gnu.org/licenses/>.
|
||||
*/
|
||||
|
||||
#ifdef HAVE_CONFIG_H
|
||||
#include "../config.h"
|
||||
#endif
|
||||
|
||||
#include <lists/string_list.h>
|
||||
#include <string/stdstring.h>
|
||||
|
@ -25,6 +25,10 @@
|
||||
#include <lists/string_list.h>
|
||||
#include <rhash.h>
|
||||
|
||||
#ifdef HAVE_CONFIG_H
|
||||
#include "../config.h"
|
||||
#endif
|
||||
|
||||
#ifdef HAVE_MENU
|
||||
#include "../menu/menu_driver.h"
|
||||
#endif
|
||||
|
Loading…
x
Reference in New Issue
Block a user