mirror of
https://github.com/EQEmu/Server.git
synced 2025-12-28 04:41:30 +00:00
remove global_define.h: queryserv & shared_memory
This commit is contained in:
parent
ed2344dc99
commit
b95016c92f
@ -2,10 +2,8 @@
|
||||
#include "database.h"
|
||||
|
||||
#include "common/eqemu_logsys.h"
|
||||
#include "common/global_define.h"
|
||||
#include "common/strings.h"
|
||||
|
||||
#include <iostream>
|
||||
#include <map>
|
||||
|
||||
// this function does not delete the ServerPacket, so it must be handled at call site
|
||||
|
||||
@ -2,7 +2,6 @@
|
||||
|
||||
#include "common/database.h"
|
||||
#include "common/eqemu_logsys.h"
|
||||
#include "common/global_define.h"
|
||||
#include "common/linked_list.h"
|
||||
#include "common/servertalk.h"
|
||||
#include "common/types.h"
|
||||
|
||||
@ -3,7 +3,6 @@
|
||||
#include "common/eqemu_logsys.h"
|
||||
#include "common/event/event_loop.h"
|
||||
#include "common/events/player_event_logs.h"
|
||||
#include "common/global_define.h"
|
||||
#include "common/net/console_server.h"
|
||||
#include "common/net/servertalk_server.h"
|
||||
#include "common/opcodemgr.h"
|
||||
|
||||
@ -19,7 +19,6 @@
|
||||
|
||||
#include "queryservconfig.h"
|
||||
|
||||
#include "common/global_define.h"
|
||||
|
||||
queryservconfig *queryservconfig::_chat_config = nullptr;
|
||||
|
||||
|
||||
@ -3,7 +3,6 @@
|
||||
#include "common/eqemu_logsys.h"
|
||||
#include "common/events/player_event_logs.h"
|
||||
#include "common/events/player_events.h"
|
||||
#include "common/global_define.h"
|
||||
#include "common/md5.h"
|
||||
#include "common/net/packet.h"
|
||||
#include "common/packet_dump.h"
|
||||
|
||||
@ -3,7 +3,6 @@
|
||||
#include "common/discord/discord_manager.h"
|
||||
#include "common/eqemu_logsys.h"
|
||||
#include "common/events/player_event_logs.h"
|
||||
#include "common/global_define.h"
|
||||
#include "common/repositories/player_event_logs_repository.h"
|
||||
|
||||
ZoneServer::ZoneServer(
|
||||
|
||||
@ -19,7 +19,6 @@
|
||||
#include "items.h"
|
||||
|
||||
#include "common/eqemu_exception.h"
|
||||
#include "common/global_define.h"
|
||||
#include "common/ipc_mutex.h"
|
||||
#include "common/item_data.h"
|
||||
#include "common/memory_mapped_file.h"
|
||||
|
||||
@ -25,7 +25,6 @@
|
||||
#include "common/eqemu_logsys.h"
|
||||
#include "common/events/player_event_logs.h"
|
||||
#include "common/evolving_items.h"
|
||||
#include "common/global_define.h"
|
||||
#include "common/path_manager.h"
|
||||
#include "common/platform.h"
|
||||
#include "common/rulesys.h"
|
||||
|
||||
@ -19,7 +19,6 @@
|
||||
#include "spells.h"
|
||||
|
||||
#include "common/eqemu_exception.h"
|
||||
#include "common/global_define.h"
|
||||
#include "common/ipc_mutex.h"
|
||||
#include "common/memory_mapped_file.h"
|
||||
#include "common/shareddb.h"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user