Mgv5/6/7: Re-add #include profiler.h as commented-out option
authorparamat <mat.gregory@virginmedia.com>
Fri, 18 Sep 2015 23:16:23 +0000 (00:16 +0100)
committerparamat <mat.gregory@virginmedia.com>
Sat, 19 Sep 2015 01:27:21 +0000 (02:27 +0100)
src/mapgen_v5.cpp
src/mapgen_v6.cpp
src/mapgen_v7.cpp

index 5b842a99edd72cc4104e0c93cb4cffac26d91891..dbbd729361316c713e5bfbfd24338bac0f5f1f09 100644 (file)
@@ -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"
index 9e34aac2d741faa54ea54a15c8e3c116a818985b..5e9219816cd7d742ef43741f58f158d731cb8ef5 100644 (file)
@@ -28,6 +28,7 @@ with this program; if not, write to the Free Software Foundation, Inc.,
 #include "nodedef.h"
 #include "content_mapnode.h" // For content_mapnode_get_new_name
 #include "voxelalgorithms.h"
+//#include "profiler.h" // For TimeTaker
 #include "settings.h" // For g_settings
 #include "emerge.h"
 #include "dungeongen.h"
index 9f612de81c004e97beb48738d1dbd8b3c21abef3..92f3f49c4458002b080b2aee3ad420b4c9392d75 100644 (file)
@@ -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"