X-Git-Url: https://git.lizzy.rs/?a=blobdiff_plain;f=src%2Femerge.cpp;h=ffe387f636c6d42b37e0e301a3929b129548056f;hb=6c9df2ffa7ee81a05b28fdd6123a926abd284c72;hp=e9d96c0baf462539c731dfb73111fe0951ea9540;hpb=ad7daf7b52348e1b71aa803be10de5b2134cba11;p=minetest.git diff --git a/src/emerge.cpp b/src/emerge.cpp index e9d96c0ba..ffe387f63 100644 --- a/src/emerge.cpp +++ b/src/emerge.cpp @@ -34,10 +34,10 @@ with this program; if not, write to the Free Software Foundation, Inc., #include "log.h" #include "map.h" #include "mapblock.h" -#include "mg_biome.h" -#include "mg_ore.h" -#include "mg_decoration.h" -#include "mg_schematic.h" +#include "mapgen/mg_biome.h" +#include "mapgen/mg_ore.h" +#include "mapgen/mg_decoration.h" +#include "mapgen/mg_schematic.h" #include "nodedef.h" #include "profiler.h" #include "scripting_server.h"