From d4c0f91275fe70fef73b316c36abfb989dfd55b1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lo=C3=AFc=20Blot?= Date: Tue, 6 Jun 2017 16:29:28 +0200 Subject: Use C++11 mutexes only (remove compat code) (#5922) * Fix event LINT & remove default constructor/destructors * remove compat code & modernize autolock header --- src/client.h | 1 - 1 file changed, 1 deletion(-) (limited to 'src/client.h') diff --git a/src/client.h b/src/client.h index fc2416087..149fdfe57 100644 --- a/src/client.h +++ b/src/client.h @@ -23,7 +23,6 @@ with this program; if not, write to the Free Software Foundation, Inc., #include "network/connection.h" #include "clientenvironment.h" #include "irrlichttypes_extrabloated.h" -#include "threading/mutex.h" #include #include #include -- cgit v1.2.3