From ac23d78f7ac23c797315830f233fc03f0870fde1 Mon Sep 17 00:00:00 2001 From: Sam Lantinga Date: Tue, 19 Mar 2019 16:53:55 -0700 Subject: [PATCH] Didn't need to add SDL_windows.h include, that was already included --- src/thread/windows/SDL_systhread.c | 1 - 1 file changed, 1 deletion(-) diff --git a/src/thread/windows/SDL_systhread.c b/src/thread/windows/SDL_systhread.c index 2824969aa57ca..3e1375bd3fb3f 100644 --- a/src/thread/windows/SDL_systhread.c +++ b/src/thread/windows/SDL_systhread.c @@ -29,7 +29,6 @@ #include "../SDL_thread_c.h" #include "../SDL_systhread.h" #include "SDL_systhread_c.h" -#include "../../core/windows/SDL_windows.h" #ifndef SDL_PASSED_BEGINTHREAD_ENDTHREAD /* We'll use the C library from this DLL */