From aacafd62336363077470f678b6217214b3b49473 Mon Sep 17 00:00:00 2001 From: Ozkan Sezer Date: Tue, 28 May 2024 11:27:37 +0300 Subject: [PATCH] time/windows/SDL_systime.c: remove minwinbase.h & timezoneapi.h includes core/windows/SDL_windows.h is included in there, which inludes windows.h which in turn includes winbase.h, which in turn includes the two already --- src/time/windows/SDL_systime.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/time/windows/SDL_systime.c b/src/time/windows/SDL_systime.c index fadee1f466..3a960aee43 100644 --- a/src/time/windows/SDL_systime.c +++ b/src/time/windows/SDL_systime.c @@ -23,8 +23,6 @@ #ifdef SDL_TIME_WINDOWS #include "../../core/windows/SDL_windows.h" -#include -#include #include "../SDL_time_c.h"