瀏覽代碼

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

Ozkan Sezer 2 月之前
父節點
當前提交
e7e24a1ee5
共有 1 個文件被更改,包括 0 次插入3 次删除
  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: */