Move client-specific files to 'src/client' (#7902)
[oweals/minetest.git] / src / map_settings_manager.cpp
index c1dcf52156c3ff765a4c7674349988391ac38eeb..16e7d8230bd3b8778dce8a4081b0f264e5d534f0 100644 (file)
@@ -20,7 +20,7 @@ with this program; if not, write to the Free Software Foundation, Inc.,
 #include "debug.h"
 #include "filesys.h"
 #include "log.h"
-#include "mapgen.h"
+#include "mapgen/mapgen.h"
 #include "settings.h"
 
 #include "map_settings_manager.h"