summaryrefslogtreecommitdiff
path: root/src/main.cpp
diff options
context:
space:
mode:
authorANAND <ClobberXD@gmail.com>2019-09-29 17:11:13 +0530
committerSmallJoker <SmallJoker@users.noreply.github.com>2019-09-29 13:41:13 +0200
commit3799ffd9d517aa19d41c5195cf52a3ddc29f7f72 (patch)
treed9089a76f8a52b753d42307e381dca6813bfdc6b /src/main.cpp
parent07bdd6049b6d190de69419cc9be2ac49d3a08e0f (diff)
downloadminetest-3799ffd9d517aa19d41c5195cf52a3ddc29f7f72.tar.gz
minetest-3799ffd9d517aa19d41c5195cf52a3ddc29f7f72.tar.bz2
minetest-3799ffd9d517aa19d41c5195cf52a3ddc29f7f72.zip
Move Quicktune code to util/ (#8871)
Diffstat (limited to 'src/main.cpp')
-rw-r--r--src/main.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main.cpp b/src/main.cpp
index 6323fa50e..4629f92ce 100644
--- a/src/main.cpp
+++ b/src/main.cpp
@@ -29,7 +29,7 @@ with this program; if not, write to the Free Software Foundation, Inc.,
#include "defaultsettings.h"
#include "gettext.h"
#include "log.h"
-#include "quicktune.h"
+#include "util/quicktune.h"
#include "httpfetch.h"
#include "gameparams.h"
#include "database/database.h"