]> git.lizzy.rs Git - dragonfireclient.git/blobdiff - src/mapgen.cpp
Move globals from main.cpp to more sane locations
[dragonfireclient.git] / src / mapgen.cpp
index fcde5bdb8cc75dbccaeff8e50f0e007f481ff09a..66937fb53be6ba692c591bdcaca1c0d1664660ff 100644 (file)
@@ -31,8 +31,7 @@ with this program; if not, write to the Free Software Foundation, Inc.,
 #include "content_mapnode.h" // For content_mapnode_get_new_name
 #include "voxelalgorithms.h"
 #include "profiler.h"
-#include "settings.h" // For g_settings
-#include "main.h" // For g_profiler
+#include "settings.h"
 #include "treegen.h"
 #include "serialization.h"
 #include "util/serialize.h"