Move client-specific files to 'src/client' (#7902)
[oweals/minetest.git] / src / map_settings_manager.cpp
index 52f88778cc2990c8c6ef93e2066fa56d9c4a4d5d..16e7d8230bd3b8778dce8a4081b0f264e5d534f0 100644 (file)
@@ -20,14 +20,13 @@ 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"
 
 MapSettingsManager::MapSettingsManager(Settings *user_settings,
                const std::string &map_meta_path):
-       mapgen_params(NULL),
        m_map_meta_path(map_meta_path),
        m_map_settings(new Settings()),
        m_user_settings(user_settings)