]> git.lizzy.rs Git - dragonfireclient.git/blobdiff - src/debug.cpp
Revert "Fix settings to honor numeric conversion errors"
[dragonfireclient.git] / src / debug.cpp
index 6bdd1bce55e8e1df910c898b1714afdfb6254b8c..278902a081b7fa2836063ace205771cbbcd4c871 100644 (file)
@@ -25,8 +25,8 @@ with this program; if not, write to the Free Software Foundation, Inc.,
 #include <stdlib.h>
 #include <cstring>
 #include <map>
-#include <jmutex.h>
-#include <jmutexautolock.h>
+#include "jthread/jmutex.h"
+#include "jthread/jmutexautolock.h"
 
 /*
        Debug output
@@ -206,7 +206,6 @@ JMutex g_debug_stacks_mutex;
 
 void debug_stacks_init()
 {
-       g_debug_stacks_mutex.Init();
 }
 
 void debug_stacks_print_to(std::ostream &os)