diff --git a/gfx/sdl2_gfx.c b/gfx/sdl2_gfx.c index 9c81886468..199b251883 100644 --- a/gfx/sdl2_gfx.c +++ b/gfx/sdl2_gfx.c @@ -32,8 +32,6 @@ #include "config.h" #endif -#include "SDL2/SDL_syswm.h" - typedef struct sdl2_tex { SDL_Texture *tex;