#ifndef EQEMU_EMU_COMMON_PCH_H #define EQEMU_EMU_COMMON_PCH_H // emu #include "../../common/timer.h" #include "../../common/strings.h" #include "../../common/http/httplib.h" #include "../../common/base_packet.h" #include "../../common/database.h" #include "../../common/emu_constants.h" #include "../../common/servertalk.h" #include "../../common/global_define.h" #include "../../common/eqemu_logsys.h" #endif