Cleanup: Remove duplicate thread.h include (#7683)

This commit is contained in:
nikolas 2019-08-06 02:43:00 -04:00 committed by Charles Pigott
parent bcc73bd40d
commit 9d6fb257c3
1 changed files with 1 additions and 1 deletions

View File

@ -74,7 +74,7 @@ static void DedicatedSignalHandler(int sig)
# include <time.h>
# include <tchar.h>
# include "../os/windows/win32.h"
# include "../thread.h"
static HANDLE _hInputReady, _hWaitForInputHandling;
static HANDLE _hThread; // Thread to close
static char _win_console_thread_buffer[200];