SDL_dynapi.c, os/2: remove unnecessary include.

(cherry picked from commit e7e24a1ee5)
This commit is contained in:
Ozkan Sezer
2026-03-17 00:20:20 +03:00
parent 9324f9eb55
commit bdef7ef9d8

View File

@@ -30,7 +30,6 @@
#define INCL_DOS
#define INCL_DOSERRORS
#include <os2.h>
#include <dos.h>
#endif
#include "SDL.h"
@@ -535,5 +534,3 @@ static void SDL_InitDynamicAPI(void)
}
#endif /* SDL_DYNAMIC_API */
/* vi: set ts=4 sw=4 expandtab: */