Split up mapgen.cpp
[oweals/minetest.git] / src / mapgen_v7.cpp
index 332865304f0398bccb3090081eb65d5912fecc57..77aff6e060f8ef784464f556cf814b3ed8dc3ef8 100644 (file)
@@ -34,7 +34,9 @@ with this program; if not, write to the Free Software Foundation, Inc.,
 #include "dungeongen.h"
 #include "cavegen.h"
 #include "treegen.h"
-#include "biome.h"
+#include "mg_biome.h"
+#include "mg_ore.h"
+#include "mg_decoration.h"
 #include "mapgen_v7.h"