From 6c5e5e202394ce8063e3c2d9b663145bc4f8efce Mon Sep 17 00:00:00 2001 From: ShadowNinja Date: Sun, 11 Jun 2017 03:43:05 -0400 Subject: Remove threads.h and replace its definitions with their C++11 equivalents (#5957) This also changes threadProc's signature, since C++11 supports arbitrary thread function signatures. --- src/shader.h | 1 - 1 file changed, 1 deletion(-) (limited to 'src/shader.h') diff --git a/src/shader.h b/src/shader.h index 766871f02..4d31f705f 100644 --- a/src/shader.h +++ b/src/shader.h @@ -23,7 +23,6 @@ with this program; if not, write to the Free Software Foundation, Inc., #include #include "irrlichttypes_extrabloated.h" -#include "threads.h" #include class IGameDef; -- cgit v1.2.3