diff --git a/src/sdl.h b/src/sdl.h --- a/src/sdl.h +++ b/src/sdl.h @@ -20,7 +20,6 @@ void SdlClose(uint32 x); #endif #ifdef DYNAMICALLY_LOADED_SDL - #include struct SDLProcs { int (SDLCALL *SDL_Init)(Uint32);