Replace stray tab with whitespace in guiFormSpecMenu.cpp (#9317)
[oweals/minetest.git] / src / util / thread.h
index 52c6c6ababbf2529a58b15c77dd0cf1aedd87538..73e9beb806f44d8effc6dd8e3a3bec3f82adf23f 100644 (file)
@@ -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()) {