mirror of
https://github.com/EQEmu/Server.git
synced 2026-06-13 02:38:45 +00:00
normalize includes: ucs
This commit is contained in:
+21
-23
@@ -17,30 +17,28 @@
|
||||
|
||||
*/
|
||||
|
||||
#include "../common/eqemu_logsys.h"
|
||||
#include "../common/global_define.h"
|
||||
#include "clientlist.h"
|
||||
#include "../common/opcodemgr.h"
|
||||
#include "../common/rulesys.h"
|
||||
#include "../common/servertalk.h"
|
||||
#include "../common/platform.h"
|
||||
#include "../common/crash.h"
|
||||
#include "../common/event/event_loop.h"
|
||||
#include "database.h"
|
||||
#include "ucsconfig.h"
|
||||
#include "chatchannel.h"
|
||||
#include "worldserver.h"
|
||||
#include <list>
|
||||
#include <signal.h>
|
||||
#include <csignal>
|
||||
#include <thread>
|
||||
#include "common/crash.h"
|
||||
#include "common/discord/discord_manager.h"
|
||||
#include "common/eqemu_logsys.h"
|
||||
#include "common/event/event_loop.h"
|
||||
#include "common/events/player_event_logs.h"
|
||||
#include "common/net/servertalk_client_connection.h"
|
||||
#include "common/net/tcp_server.h"
|
||||
#include "common/opcodemgr.h"
|
||||
#include "common/path_manager.h"
|
||||
#include "common/platform.h"
|
||||
#include "common/rulesys.h"
|
||||
#include "common/servertalk.h"
|
||||
#include "common/zone_store.h"
|
||||
#include "ucs/chatchannel.h"
|
||||
#include "ucs/clientlist.h"
|
||||
#include "ucs/database.h"
|
||||
#include "ucs/ucsconfig.h"
|
||||
#include "ucs/worldserver.h"
|
||||
|
||||
#include "../common/net/tcp_server.h"
|
||||
#include "../common/net/servertalk_client_connection.h"
|
||||
#include "../common/discord/discord_manager.h"
|
||||
#include "../common/path_manager.h"
|
||||
#include "../common/zone_store.h"
|
||||
#include "../common/events/player_event_logs.h"
|
||||
#include <csignal>
|
||||
#include <list>
|
||||
#include <thread>
|
||||
|
||||
ChatChannelList *ChannelList;
|
||||
Clientlist *g_Clientlist;
|
||||
|
||||
Reference in New Issue
Block a user