From 3f60f7de0f54663215364bfac0940d4fabfc7426 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Higor=20Eur=C3=ADpedes?= Date: Tue, 19 Aug 2014 16:55:29 -0300 Subject: [PATCH] (SDL2) Remove double header inclusion --- gfx/sdl2_gfx.c | 2 -- 1 file changed, 2 deletions(-) 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;