mirror of
https://github.com/libretro/RetroArch
synced 2025-04-18 05:43:34 +00:00
(gfx/drivers_font) header cleanups
This commit is contained in:
parent
35001e64c2
commit
2e034c1574
@ -28,7 +28,6 @@
|
|||||||
#include "../drivers/ctr_gu.h"
|
#include "../drivers/ctr_gu.h"
|
||||||
#include "../../ctr/gpu_old.h"
|
#include "../../ctr/gpu_old.h"
|
||||||
|
|
||||||
#include "../../retroarch.h"
|
|
||||||
#include "../../verbosity.h"
|
#include "../../verbosity.h"
|
||||||
|
|
||||||
/* FIXME: this is just a workaround to avoid
|
/* FIXME: this is just a workaround to avoid
|
||||||
|
@ -16,7 +16,6 @@
|
|||||||
|
|
||||||
#define CINTERFACE
|
#define CINTERFACE
|
||||||
|
|
||||||
#include <stdio.h>
|
|
||||||
#include <string.h>
|
#include <string.h>
|
||||||
#include <malloc.h>
|
#include <malloc.h>
|
||||||
#include <math.h>
|
#include <math.h>
|
||||||
@ -25,7 +24,6 @@
|
|||||||
#include "../font_driver.h"
|
#include "../font_driver.h"
|
||||||
#include "../common/d3d10_common.h"
|
#include "../common/d3d10_common.h"
|
||||||
|
|
||||||
#include "../../retroarch.h"
|
|
||||||
#include "../../verbosity.h"
|
#include "../../verbosity.h"
|
||||||
|
|
||||||
typedef struct
|
typedef struct
|
||||||
|
@ -15,7 +15,6 @@
|
|||||||
|
|
||||||
#define CINTERFACE
|
#define CINTERFACE
|
||||||
|
|
||||||
#include <stdio.h>
|
|
||||||
#include <string.h>
|
#include <string.h>
|
||||||
#include <malloc.h>
|
#include <malloc.h>
|
||||||
#include <math.h>
|
#include <math.h>
|
||||||
@ -24,7 +23,6 @@
|
|||||||
#include "../font_driver.h"
|
#include "../font_driver.h"
|
||||||
#include "../common/d3d11_common.h"
|
#include "../common/d3d11_common.h"
|
||||||
|
|
||||||
#include "../../retroarch.h"
|
|
||||||
#include "../../verbosity.h"
|
#include "../../verbosity.h"
|
||||||
|
|
||||||
typedef struct
|
typedef struct
|
||||||
|
@ -15,7 +15,6 @@
|
|||||||
|
|
||||||
#define CINTERFACE
|
#define CINTERFACE
|
||||||
|
|
||||||
#include <stdio.h>
|
|
||||||
#include <string.h>
|
#include <string.h>
|
||||||
#include <malloc.h>
|
#include <malloc.h>
|
||||||
#include <math.h>
|
#include <math.h>
|
||||||
@ -24,7 +23,6 @@
|
|||||||
#include "../font_driver.h"
|
#include "../font_driver.h"
|
||||||
#include "../common/d3d12_common.h"
|
#include "../common/d3d12_common.h"
|
||||||
|
|
||||||
#include "../../retroarch.h"
|
|
||||||
#include "../../verbosity.h"
|
#include "../../verbosity.h"
|
||||||
|
|
||||||
typedef struct
|
typedef struct
|
||||||
|
@ -20,19 +20,20 @@
|
|||||||
#include <encodings/utf.h>
|
#include <encodings/utf.h>
|
||||||
#include <lists/string_list.h>
|
#include <lists/string_list.h>
|
||||||
|
|
||||||
|
#include <windows.h>
|
||||||
|
#include <wingdi.h>
|
||||||
|
|
||||||
#ifdef HAVE_CONFIG_H
|
#ifdef HAVE_CONFIG_H
|
||||||
#include "../../config.h"
|
#include "../../config.h"
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#include "../font_driver.h"
|
|
||||||
#include "../../configuration.h"
|
|
||||||
#include "../../retroarch.h"
|
#include "../../retroarch.h"
|
||||||
#include "../../verbosity.h"
|
|
||||||
#include "../common/gdi_common.h"
|
#include "../common/gdi_common.h"
|
||||||
#include "../common/win32_common.h"
|
#include "../common/win32_common.h"
|
||||||
|
|
||||||
#include <windows.h>
|
#include "../font_driver.h"
|
||||||
#include <wingdi.h>
|
#include "../../verbosity.h"
|
||||||
|
|
||||||
|
|
||||||
typedef struct
|
typedef struct
|
||||||
{
|
{
|
||||||
|
@ -23,7 +23,6 @@
|
|||||||
|
|
||||||
#include "../common/gl1_common.h"
|
#include "../common/gl1_common.h"
|
||||||
#include "../font_driver.h"
|
#include "../font_driver.h"
|
||||||
#include "../../retroarch.h"
|
|
||||||
#include "../../verbosity.h"
|
#include "../../verbosity.h"
|
||||||
|
|
||||||
/* TODO: Move viewport side effects to the caller: it's a source of bugs. */
|
/* TODO: Move viewport side effects to the caller: it's a source of bugs. */
|
||||||
|
@ -24,7 +24,6 @@
|
|||||||
|
|
||||||
#include "../common/gl_core_common.h"
|
#include "../common/gl_core_common.h"
|
||||||
#include "../font_driver.h"
|
#include "../font_driver.h"
|
||||||
#include "../../retroarch.h"
|
|
||||||
#include "../../verbosity.h"
|
#include "../../verbosity.h"
|
||||||
|
|
||||||
/* TODO: Move viewport side effects to the caller: it's a source of bugs. */
|
/* TODO: Move viewport side effects to the caller: it's a source of bugs. */
|
||||||
|
@ -23,7 +23,6 @@
|
|||||||
|
|
||||||
#include "../common/gl_common.h"
|
#include "../common/gl_common.h"
|
||||||
#include "../font_driver.h"
|
#include "../font_driver.h"
|
||||||
#include "../../retroarch.h"
|
|
||||||
#include "../../verbosity.h"
|
#include "../../verbosity.h"
|
||||||
|
|
||||||
/* TODO: Move viewport side effects to the caller: it's a source of bugs. */
|
/* TODO: Move viewport side effects to the caller: it's a source of bugs. */
|
||||||
|
@ -25,7 +25,6 @@
|
|||||||
|
|
||||||
#include "../font_driver.h"
|
#include "../font_driver.h"
|
||||||
|
|
||||||
#include "../../retroarch.h"
|
|
||||||
#include "../../verbosity.h"
|
#include "../../verbosity.h"
|
||||||
|
|
||||||
#include "../common/switch_common.h"
|
#include "../common/switch_common.h"
|
||||||
|
@ -26,7 +26,6 @@
|
|||||||
#include "../../wiiu/system/memory.h"
|
#include "../../wiiu/system/memory.h"
|
||||||
#include "../../wiiu/wiiu_dbg.h"
|
#include "../../wiiu/wiiu_dbg.h"
|
||||||
|
|
||||||
#include "../../retroarch.h"
|
|
||||||
#include "../../verbosity.h"
|
#include "../../verbosity.h"
|
||||||
|
|
||||||
typedef struct
|
typedef struct
|
||||||
|
Loading…
x
Reference in New Issue
Block a user