From 29487ece35b6d3d89a9fc74bc1aadfa92080aa40 Mon Sep 17 00:00:00 2001 From: cloudwalk Date: Sat, 26 Sep 2020 14:50:27 +0000 Subject: [PATCH] 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 --- thread.h | 2 -- 1 file changed, 2 deletions(-) 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 -- 2.39.2