(SDL2) Remove double header inclusion

This commit is contained in:
Higor Eurípedes 2014-08-19 16:55:29 -03:00
parent 705f14a8da
commit 3f60f7de0f

View File

@ -32,8 +32,6 @@
#include "config.h"
#endif
#include "SDL2/SDL_syswm.h"
typedef struct sdl2_tex
{
SDL_Texture *tex;