(SDL2) Remove double header inclusion
This commit is contained in:
parent
705f14a8da
commit
3f60f7de0f
|
@ -32,8 +32,6 @@
|
||||||
#include "config.h"
|
#include "config.h"
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#include "SDL2/SDL_syswm.h"
|
|
||||||
|
|
||||||
typedef struct sdl2_tex
|
typedef struct sdl2_tex
|
||||||
{
|
{
|
||||||
SDL_Texture *tex;
|
SDL_Texture *tex;
|
||||||
|
|
Loading…
Reference in New Issue