#include "emerge_internal.h"#include <cmath>#include <iostream>#include "config.h"#include "constants.h"#include "irrlicht_changes/printing.h"#include "filesys.h"#include "log.h"#include "serverenvironment.h"#include "servermap.h"#include "mapblock.h"#include "mapgen/mg_biome.h"#include "mapgen/mg_ore.h"#include "mapgen/mg_decoration.h"#include "mapgen/mg_schematic.h"#include "porting.h"#include "profiler.h"#include "scripting_server.h"#include "scripting_emerge.h"#include "script/common/c_types.h"#include "server.h"#include "settings.h"#include "voxel.h"
Include dependency graph for emerge.cpp: