diff --git a/src/dynapi/SDL_dynapi.c b/src/dynapi/SDL_dynapi.c index 4203c4f42e..de2271e0b1 100644 --- a/src/dynapi/SDL_dynapi.c +++ b/src/dynapi/SDL_dynapi.c @@ -30,7 +30,6 @@ #define INCL_DOS #define INCL_DOSERRORS #include -#include #endif #include "SDL.h" @@ -535,5 +534,3 @@ static void SDL_InitDynamicAPI(void) } #endif /* SDL_DYNAMIC_API */ - -/* vi: set ts=4 sw=4 expandtab: */