1
0
mirror of https://github.com/OpenTTD/OpenTTD.git synced 2025-08-29 17:39:09 +00:00

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

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];