1
0
Fork 0
mirror of https://github.com/luanti-org/luanti.git synced 2025-06-27 16:36:03 +00:00

Mapgen: Remove '#include treegen.h' from non-mgv6 mapgens

Only mgv6 uses the tree functions from treegen.cpp.
This commit is contained in:
paramat 2017-04-04 06:37:21 +01:00
parent b8a4c95971
commit 1eca9ecf7d
5 changed files with 0 additions and 5 deletions

View file

@ -33,7 +33,6 @@ with this program; if not, write to the Free Software Foundation, Inc.,
#include "emerge.h"
#include "dungeongen.h"
#include "cavegen.h"
#include "treegen.h"
#include "mg_biome.h"
#include "mg_ore.h"
#include "mg_decoration.h"