From e7e24a1ee5e64f74ec684fede50021c91a47d18d Mon Sep 17 00:00:00 2001
From: Ozkan Sezer <[EMAIL REDACTED]>
Date: Tue, 17 Mar 2026 00:20:20 +0300
Subject: [PATCH] SDL_dynapi.c, os/2: remove unnecessary include.
---
src/dynapi/SDL_dynapi.c | 3 ---
1 file changed, 3 deletions(-)
diff --git a/src/dynapi/SDL_dynapi.c b/src/dynapi/SDL_dynapi.c
index 4203c4f42e113..de2271e0b1706 100644
--- a/src/dynapi/SDL_dynapi.c
+++ b/src/dynapi/SDL_dynapi.c
@@ -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: */