SOme header cleanups

This commit is contained in:
twinaphex 2019-02-02 22:02:24 +01:00
parent 1a6d0b2ce4
commit 62bea6ad11
19 changed files with 19 additions and 2 deletions

View File

@ -32,8 +32,6 @@
#include <glsym/glsym.h>
#include <formats/image.h>
#include "../../verbosity.h"
#include "../font_driver.h"
#include "../video_coord_array.h"
#include "../video_driver.h"

View File

@ -37,6 +37,7 @@
#endif
#include "../../frontend/drivers/platform_unix.h"
#include "../../verbosity.h"
static enum gfx_ctx_api android_api = GFX_CTX_NONE;

View File

@ -27,6 +27,7 @@
#endif
#include "../video_driver.h"
#include "../../verbosity.h"
#ifdef HAVE_EGL
#include "../common/egl_common.h"

View File

@ -19,6 +19,7 @@
#include "../../frontend/frontend_driver.h"
#include "../common/vulkan_common.h"
#include "../../verbosity.h"
typedef struct
{

View File

@ -37,6 +37,7 @@
#endif
#include "../../frontend/frontend_driver.h"
#include "../../verbosity.h"
typedef struct
{

View File

@ -29,6 +29,7 @@
#endif
#include "../../frontend/frontend_driver.h"
#include "../../verbosity.h"
typedef struct
{

View File

@ -30,6 +30,7 @@
#include <GL/osmesa.h>
#include "../../configuration.h"
#include "../../verbosity.h"
#include "../common/gl_common.h"
#if (OSMESA_MAJOR_VERSION * 1000 + OSMESA_MINOR_VERSION) >= 11002

View File

@ -31,6 +31,7 @@
#endif
#include "../../configuration.h"
#include "../../verbosity.h"
#include "../../defines/ps3_defines.h"
#include "../common/gl_common.h"
#include "../video_driver.h"

View File

@ -45,6 +45,7 @@
#endif
#include "../../configuration.h"
#include "../../verbosity.h"
#define WINDOW_BUFFERS 2

View File

@ -23,6 +23,7 @@
#endif
#include "../../configuration.h"
#include "../../verbosity.h"
#include "../common/gl_common.h"
#include "SDL.h"

View File

@ -53,6 +53,8 @@
#include "../../config.h"
#endif
#include "../../verbosity.h"
typedef struct
{
bool smooth;

View File

@ -30,6 +30,7 @@
#endif
#include "../../frontend/frontend_driver.h"
#include "../../verbosity.h"
typedef struct
{

View File

@ -46,6 +46,7 @@
#include "../../frontend/frontend_driver.h"
#include "../../input/input_driver.h"
#include "../../input/input_keymaps.h"
#include "../../verbosity.h"
/* Generated from idle-inhibit-unstable-v1.xml */
#include "../common/wayland/idle-inhibit-unstable-v1.h"

View File

@ -41,6 +41,7 @@
#include "../../configuration.h"
#include "../../dynamic.h"
#include "../../verbosity.h"
#include "../video_driver.h"
#include "../common/win32_common.h"

View File

@ -42,6 +42,7 @@
#include "../../configuration.h"
#include "../../frontend/frontend_driver.h"
#include "../../verbosity.h"
#include "../common/gl_common.h"
#include "../common/x11_common.h"

View File

@ -25,6 +25,7 @@
#include "../../frontend/frontend_driver.h"
#include "../../configuration.h"
#include "../../verbosity.h"
#include "../common/egl_common.h"
#include "../common/gl_common.h"

View File

@ -24,6 +24,7 @@
#include "../common/gl_common.h"
#include "../font_driver.h"
#include "../video_driver.h"
#include "../../verbosity.h"
/* TODO: Move viewport side effects to the caller: it's a source of bugs. */

View File

@ -48,6 +48,7 @@
#include "../video_driver.h"
#include "../video_shader_parse.h"
#include "../../core.h"
#include "../../verbosity.h"
#include "../../managers/state_manager.h"
#define PREV_TEXTURES (GFX_MAX_TEXTURES - 1)

View File

@ -36,6 +36,7 @@
#include "shader_glsl.h"
#include "../../managers/state_manager.h"
#include "../../core.h"
#include "../../verbosity.h"
#define PREV_TEXTURES (GFX_MAX_TEXTURES - 1)