summaryrefslogtreecommitdiff
path: root/src/video/dedicated_v.cpp
diff options
context:
space:
mode:
authornikolas <nikolas@gnu.org>2019-08-06 02:43:00 -0400
committerCharles Pigott <charlespigott@googlemail.com>2019-08-06 07:43:00 +0100
commit9d6fb257c3cae7c26e3ed18a4ae495762f562d56 (patch)
treef5ab5a29d2f9f61458df3fcc0f2ea99862c5d9f7 /src/video/dedicated_v.cpp
parentbcc73bd40dc9ac2b48f9982871b9befc970cbb91 (diff)
downloadopenttd-9d6fb257c3cae7c26e3ed18a4ae495762f562d56.tar.xz
Cleanup: Remove duplicate thread.h include (#7683)
Diffstat (limited to 'src/video/dedicated_v.cpp')
-rw-r--r--src/video/dedicated_v.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/video/dedicated_v.cpp b/src/video/dedicated_v.cpp
index 8d767ce4d..c29fd5fd1 100644
--- a/src/video/dedicated_v.cpp
+++ b/src/video/dedicated_v.cpp
@@ -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];