Browse Source

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

Ozkan Sezer 4 days ago
parent
commit
e7e24a1ee5
1 changed files with 0 additions and 3 deletions
  1. 0 3
      src/dynapi/SDL_dynapi.c

+ 0 - 3
src/dynapi/SDL_dynapi.c

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