From bdef7ef9d8ec2308d1de2a304bce65832170bab2 Mon Sep 17 00:00:00 2001 From: Ozkan Sezer Date: Tue, 17 Mar 2026 00:20:20 +0300 Subject: [PATCH] SDL_dynapi.c, os/2: remove unnecessary include. (cherry picked from commit e7e24a1ee5e64f74ec684fede50021c91a47d18d) --- 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 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: */