X-Git-Url: https://git.librecmc.org/?a=blobdiff_plain;f=src%2Futil%2Fthread.h;h=73e9beb806f44d8effc6dd8e3a3bec3f82adf23f;hb=e8fd1ce62331146fae0e98ce4a94d3720f308abf;hp=52c6c6ababbf2529a58b15c77dd0cf1aedd87538;hpb=88b436e6a9c98af7215bd115e1b7a3f1a1db99d3;p=oweals%2Fminetest.git diff --git a/src/util/thread.h b/src/util/thread.h index 52c6c6aba..73e9beb80 100644 --- a/src/util/thread.h +++ b/src/util/thread.h @@ -19,9 +19,9 @@ with this program; if not, write to the Free Software Foundation, Inc., #pragma once -#include "../irrlichttypes.h" -#include "../threading/thread.h" -#include "../threading/mutex_auto_lock.h" +#include "irrlichttypes.h" +#include "threading/thread.h" +#include "threading/mutex_auto_lock.h" #include "porting.h" #include "log.h" #include "container.h" @@ -203,7 +203,6 @@ public: void *run() { - DSTACK(FUNCTION_NAME); BEGIN_DEBUG_EXCEPTION_HANDLER while (!stopRequested()) {