X-Git-Url: https://git.lizzy.rs/?a=blobdiff_plain;ds=sidebyside;f=src%2Fquicktune.cpp;h=2f9f987bdb039adf78b0131c14326e83d3626b22;hb=142e2d3b74ad886eed83b0fc9d6cfea100dae10a;hp=32a834e5fa7e19cda3edb4f0e7a41f10a4d5ae6f;hpb=037b2591971d752e67fa7d47095b996b3f56da5a;p=minetest.git diff --git a/src/quicktune.cpp b/src/quicktune.cpp index 32a834e5f..2f9f987bd 100644 --- a/src/quicktune.cpp +++ b/src/quicktune.cpp @@ -1,6 +1,6 @@ /* -Minetest-c55 -Copyright (C) 2012 celeron55, Perttu Ahola +Minetest +Copyright (C) 2013 celeron55, Perttu Ahola This program is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by @@ -18,9 +18,9 @@ with this program; if not, write to the Free Software Foundation, Inc., */ #include "quicktune.h" -#include -#include -#include "utility.h" +#include "jthread/jmutex.h" +#include "jthread/jmutexautolock.h" +#include "util/string.h" std::string QuicktuneValue::getString() { @@ -55,7 +55,6 @@ static void makeMutex() { if(!g_mutex){ g_mutex = new JMutex(); - g_mutex->Init(); } }