From: paramat Date: Fri, 18 Sep 2015 23:16:23 +0000 (+0100) Subject: Mgv5/6/7: Re-add #include profiler.h as commented-out option X-Git-Tag: 0.4.14~684 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=fe994946b7fabdb6f3cc7d11ec6ee1a27f7f5c20;p=oweals%2Fminetest.git Mgv5/6/7: Re-add #include profiler.h as commented-out option --- diff --git a/src/mapgen_v5.cpp b/src/mapgen_v5.cpp index 5b842a99e..dbbd72936 100644 --- a/src/mapgen_v5.cpp +++ b/src/mapgen_v5.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" diff --git a/src/mapgen_v6.cpp b/src/mapgen_v6.cpp index 9e34aac2d..5e9219816 100644 --- a/src/mapgen_v6.cpp +++ b/src/mapgen_v6.cpp @@ -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" 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"