Move files to subdirectories (#6599)
[oweals/minetest.git] / src / emerge.h
index 135121b39c74822e9a72083ab2513ebfee7aeb36..e1f5d5ab04468119658977f145756b29780a9030 100644 (file)
@@ -24,7 +24,7 @@ with this program; if not, write to the Free Software Foundation, Inc.,
 #include "network/networkprotocol.h"
 #include "irr_v3d.h"
 #include "util/container.h"
-#include "mapgen.h" // for MapgenParams
+#include "mapgen/mapgen.h" // for MapgenParams
 #include "map.h"
 
 #define BLOCK_EMERGE_ALLOW_GEN   (1 << 0)