summaryrefslogtreecommitdiff
path: root/src/mapgen_v7.cpp
diff options
context:
space:
mode:
authorparamat <mat.gregory@virginmedia.com>2015-09-19 00:16:23 +0100
committerparamat <mat.gregory@virginmedia.com>2015-09-19 02:27:21 +0100
commitfe994946b7fabdb6f3cc7d11ec6ee1a27f7f5c20 (patch)
tree6c5192cee769f5ac0d7459807fb9f560fab97a8f /src/mapgen_v7.cpp
parent795db97fe3a6af8db039b7a7aed6f419e3e44f1b (diff)
downloadminetest-fe994946b7fabdb6f3cc7d11ec6ee1a27f7f5c20.tar.gz
minetest-fe994946b7fabdb6f3cc7d11ec6ee1a27f7f5c20.tar.bz2
minetest-fe994946b7fabdb6f3cc7d11ec6ee1a27f7f5c20.zip
Mgv5/6/7: Re-add #include profiler.h as commented-out option
Diffstat (limited to 'src/mapgen_v7.cpp')
-rw-r--r--src/mapgen_v7.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mapgen_v7.cpp b/src/mapgen_v7.cpp
index 9f612de81..92f3f49c4 100644
--- a/src/mapgen_v7.cpp
+++ b/src/mapgen_v7.cpp
@@ -27,6 +27,7 @@ with this program; if not, write to the Free Software Foundation, Inc.,
#include "content_sao.h"
#include "nodedef.h"
#include "voxelalgorithms.h"
+//#include "profiler.h" // For TimeTaker
#include "settings.h" // For g_settings
#include "emerge.h"
#include "dungeongen.h"