From: cloudwalk Date: Sat, 26 Sep 2020 14:50:27 +0000 (+0000) Subject: thread: Un-include threads.h for now since MinGW apparently doesn't support it X-Git-Url: https://git.xonotic.org/?a=commitdiff_plain;h=29487ece35b6d3d89a9fc74bc1aadfa92080aa40;hp=2b2400047cf94fc53d401873bc4dce4e28e0a84a;p=xonotic%2Fdarkplaces.git thread: Un-include threads.h for now since MinGW apparently doesn't support it git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@12945 d7cf8633-e32d-0410-b094-e92efae38249 --- diff --git a/thread.h b/thread.h index 9bce65c9..847cc26c 100644 --- a/thread.h +++ b/thread.h @@ -1,8 +1,6 @@ #ifndef THREAD_H #define THREAD_H -#include - // enable Sys_PrintfToTerminal calls on nearly every threading call //#define THREADDEBUG //#define THREADDISABLE