From fa7fe510d9b77c0a7802604a5697de4e52cddba3 Mon Sep 17 00:00:00 2001 From: Loic Blot Date: Mon, 20 Jul 2015 23:30:43 +0200 Subject: Remove profiler.h include where it's not needed. Remove some unreachable and very old code --- src/mapgen_v5.cpp | 1 - 1 file changed, 1 deletion(-) (limited to 'src/mapgen_v5.cpp') diff --git a/src/mapgen_v5.cpp b/src/mapgen_v5.cpp index 00a1b915d..f23dad4ec 100644 --- a/src/mapgen_v5.cpp +++ b/src/mapgen_v5.cpp @@ -27,7 +27,6 @@ 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" #include "settings.h" // For g_settings #include "emerge.h" #include "dungeongen.h" -- cgit v1.2.3