diff options
author | nikolas <nikolas@gnu.org> | 2019-08-06 02:43:00 -0400 |
---|---|---|
committer | Charles Pigott <charlespigott@googlemail.com> | 2019-08-06 07:43:00 +0100 |
commit | 9d6fb257c3cae7c26e3ed18a4ae495762f562d56 (patch) | |
tree | f5ab5a29d2f9f61458df3fcc0f2ea99862c5d9f7 | |
parent | bcc73bd40dc9ac2b48f9982871b9befc970cbb91 (diff) | |
download | openttd-9d6fb257c3cae7c26e3ed18a4ae495762f562d56.tar.xz |
Cleanup: Remove duplicate thread.h include (#7683)
-rw-r--r-- | src/video/dedicated_v.cpp | 2 |
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]; |