summaryrefslogtreecommitdiff
path: root/src/debug.cpp
diff options
context:
space:
mode:
authorkwolekr <kwolekr@minetest.net>2013-09-15 23:00:01 -0400
committerkwolekr <kwolekr@minetest.net>2013-09-15 23:00:01 -0400
commitd308352dbd4121d12d4f44d591463468c09d37f9 (patch)
treee0f0e00e10dfb44ef17ce1b4b2c2188d02a68cfb /src/debug.cpp
parent3c4734d69a44aea133e5bd7df66a5dedb87785fb (diff)
downloadminetest-d308352dbd4121d12d4f44d591463468c09d37f9.tar.gz
minetest-d308352dbd4121d12d4f44d591463468c09d37f9.tar.bz2
minetest-d308352dbd4121d12d4f44d591463468c09d37f9.zip
Always use builtin JThread library
Diffstat (limited to 'src/debug.cpp')
-rw-r--r--src/debug.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/debug.cpp b/src/debug.cpp
index 6bdd1bce5..b5bf3f705 100644
--- a/src/debug.cpp
+++ b/src/debug.cpp
@@ -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