Skip to content

Commit fe99494

Browse files
committedSep 19, 2015
Mgv5/6/7: Re-add #include profiler.h as commented-out option
1 parent 795db97 commit fe99494

File tree

3 files changed

+3
-0
lines changed

3 files changed

+3
-0
lines changed
 

Diff for: ‎src/mapgen_v5.cpp

+1
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ with this program; if not, write to the Free Software Foundation, Inc.,
2727
#include "content_sao.h"
2828
#include "nodedef.h"
2929
#include "voxelalgorithms.h"
30+
//#include "profiler.h" // For TimeTaker
3031
#include "settings.h" // For g_settings
3132
#include "emerge.h"
3233
#include "dungeongen.h"

Diff for: ‎src/mapgen_v6.cpp

+1
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ with this program; if not, write to the Free Software Foundation, Inc.,
2828
#include "nodedef.h"
2929
#include "content_mapnode.h" // For content_mapnode_get_new_name
3030
#include "voxelalgorithms.h"
31+
//#include "profiler.h" // For TimeTaker
3132
#include "settings.h" // For g_settings
3233
#include "emerge.h"
3334
#include "dungeongen.h"

Diff for: ‎src/mapgen_v7.cpp

+1
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ with this program; if not, write to the Free Software Foundation, Inc.,
2727
#include "content_sao.h"
2828
#include "nodedef.h"
2929
#include "voxelalgorithms.h"
30+
//#include "profiler.h" // For TimeTaker
3031
#include "settings.h" // For g_settings
3132
#include "emerge.h"
3233
#include "dungeongen.h"

0 commit comments

Comments
 (0)
Please sign in to comment.