mirror of
https://github.com/EQEmu/Server.git
synced 2025-12-15 16:41:29 +00:00
Removal of logsys.h from #include(s)
This commit is contained in:
parent
a4e96b46ca
commit
b6587cc9e2
@ -67,7 +67,7 @@
|
|||||||
#include <winsock2.h>
|
#include <winsock2.h>
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#include "logsys.h"
|
|
||||||
|
|
||||||
#include "../common/mutex.h"
|
#include "../common/mutex.h"
|
||||||
#include <stdio.h>
|
#include <stdio.h>
|
||||||
|
|||||||
@ -2,7 +2,7 @@
|
|||||||
#include "eqemu_logsys.h"
|
#include "eqemu_logsys.h"
|
||||||
#include "eq_stream_ident.h"
|
#include "eq_stream_ident.h"
|
||||||
#include "eq_stream_proxy.h"
|
#include "eq_stream_proxy.h"
|
||||||
#include "logsys.h"
|
|
||||||
|
|
||||||
EQStreamIdentifier::~EQStreamIdentifier() {
|
EQStreamIdentifier::~EQStreamIdentifier() {
|
||||||
while(!m_identified.empty()) {
|
while(!m_identified.empty()) {
|
||||||
|
|||||||
@ -18,7 +18,7 @@
|
|||||||
|
|
||||||
#include "guild_base.h"
|
#include "guild_base.h"
|
||||||
#include "database.h"
|
#include "database.h"
|
||||||
#include "logsys.h"
|
|
||||||
//#include "misc_functions.h"
|
//#include "misc_functions.h"
|
||||||
#include "string_util.h"
|
#include "string_util.h"
|
||||||
#include <cstdlib>
|
#include <cstdlib>
|
||||||
|
|||||||
@ -2,7 +2,7 @@
|
|||||||
#include "../eqemu_logsys.h"
|
#include "../eqemu_logsys.h"
|
||||||
#include "rof.h"
|
#include "rof.h"
|
||||||
#include "../opcodemgr.h"
|
#include "../opcodemgr.h"
|
||||||
#include "../logsys.h"
|
|
||||||
#include "../eq_stream_ident.h"
|
#include "../eq_stream_ident.h"
|
||||||
#include "../crc32.h"
|
#include "../crc32.h"
|
||||||
|
|
||||||
|
|||||||
@ -2,7 +2,7 @@
|
|||||||
#include "../eqemu_logsys.h"
|
#include "../eqemu_logsys.h"
|
||||||
#include "rof2.h"
|
#include "rof2.h"
|
||||||
#include "../opcodemgr.h"
|
#include "../opcodemgr.h"
|
||||||
#include "../logsys.h"
|
|
||||||
#include "../eq_stream_ident.h"
|
#include "../eq_stream_ident.h"
|
||||||
#include "../crc32.h"
|
#include "../crc32.h"
|
||||||
|
|
||||||
|
|||||||
@ -2,7 +2,7 @@
|
|||||||
#include "../eqemu_logsys.h"
|
#include "../eqemu_logsys.h"
|
||||||
#include "sod.h"
|
#include "sod.h"
|
||||||
#include "../opcodemgr.h"
|
#include "../opcodemgr.h"
|
||||||
#include "../logsys.h"
|
|
||||||
#include "../eq_stream_ident.h"
|
#include "../eq_stream_ident.h"
|
||||||
#include "../crc32.h"
|
#include "../crc32.h"
|
||||||
|
|
||||||
|
|||||||
@ -2,7 +2,7 @@
|
|||||||
#include "../eqemu_logsys.h"
|
#include "../eqemu_logsys.h"
|
||||||
#include "sof.h"
|
#include "sof.h"
|
||||||
#include "../opcodemgr.h"
|
#include "../opcodemgr.h"
|
||||||
#include "../logsys.h"
|
|
||||||
#include "../eq_stream_ident.h"
|
#include "../eq_stream_ident.h"
|
||||||
#include "../crc32.h"
|
#include "../crc32.h"
|
||||||
|
|
||||||
|
|||||||
@ -2,7 +2,7 @@
|
|||||||
#include "../eqemu_logsys.h"
|
#include "../eqemu_logsys.h"
|
||||||
#include "titanium.h"
|
#include "titanium.h"
|
||||||
#include "../opcodemgr.h"
|
#include "../opcodemgr.h"
|
||||||
#include "../logsys.h"
|
|
||||||
#include "../eq_stream_ident.h"
|
#include "../eq_stream_ident.h"
|
||||||
#include "../crc32.h"
|
#include "../crc32.h"
|
||||||
#include "../races.h"
|
#include "../races.h"
|
||||||
|
|||||||
@ -2,7 +2,7 @@
|
|||||||
#include "../eqemu_logsys.h"
|
#include "../eqemu_logsys.h"
|
||||||
#include "underfoot.h"
|
#include "underfoot.h"
|
||||||
#include "../opcodemgr.h"
|
#include "../opcodemgr.h"
|
||||||
#include "../logsys.h"
|
|
||||||
#include "../eq_stream_ident.h"
|
#include "../eq_stream_ident.h"
|
||||||
#include "../crc32.h"
|
#include "../crc32.h"
|
||||||
|
|
||||||
|
|||||||
@ -17,7 +17,7 @@
|
|||||||
*/
|
*/
|
||||||
|
|
||||||
#include "rulesys.h"
|
#include "rulesys.h"
|
||||||
#include "logsys.h"
|
|
||||||
#include "database.h"
|
#include "database.h"
|
||||||
#include "string_util.h"
|
#include "string_util.h"
|
||||||
#include <cstdlib>
|
#include <cstdlib>
|
||||||
|
|||||||
@ -70,7 +70,7 @@
|
|||||||
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include "../common/logsys.h"
|
|
||||||
#include "../common/logtypes.h"
|
#include "../common/logtypes.h"
|
||||||
#include "../common/eqemu_logsys.h"
|
#include "../common/eqemu_logsys.h"
|
||||||
|
|
||||||
|
|||||||
@ -2,7 +2,7 @@
|
|||||||
#include "debug.h"
|
#include "debug.h"
|
||||||
#include "eqemu_logsys.h"
|
#include "eqemu_logsys.h"
|
||||||
#include "struct_strategy.h"
|
#include "struct_strategy.h"
|
||||||
#include "logsys.h"
|
|
||||||
#include "eq_stream.h"
|
#include "eq_stream.h"
|
||||||
#include <map>
|
#include <map>
|
||||||
|
|
||||||
|
|||||||
@ -24,7 +24,7 @@
|
|||||||
#include "../common/linked_list.h"
|
#include "../common/linked_list.h"
|
||||||
#include "../common/timer.h"
|
#include "../common/timer.h"
|
||||||
//#include "zoneserver.h"
|
//#include "zoneserver.h"
|
||||||
#include "../common/logsys.h"
|
|
||||||
#include "../common/eq_packet_structs.h"
|
#include "../common/eq_packet_structs.h"
|
||||||
#include "cliententry.h"
|
#include "cliententry.h"
|
||||||
|
|
||||||
|
|||||||
@ -21,7 +21,7 @@
|
|||||||
#include "eqw_parser.h"
|
#include "eqw_parser.h"
|
||||||
#include "eqw.h"
|
#include "eqw.h"
|
||||||
#include "http_request.h"
|
#include "http_request.h"
|
||||||
#include "../common/logsys.h"
|
|
||||||
#include "worlddb.h"
|
#include "worlddb.h"
|
||||||
#include "console.h"
|
#include "console.h"
|
||||||
|
|
||||||
|
|||||||
@ -24,7 +24,7 @@
|
|||||||
#include "eqw_parser.h"
|
#include "eqw_parser.h"
|
||||||
#include "eqw.h"
|
#include "eqw.h"
|
||||||
#include "../common/eqdb.h"
|
#include "../common/eqdb.h"
|
||||||
#include "../common/logsys.h"
|
|
||||||
#include "worlddb.h"
|
#include "worlddb.h"
|
||||||
|
|
||||||
#ifndef GvCV_set
|
#ifndef GvCV_set
|
||||||
|
|||||||
@ -20,7 +20,7 @@
|
|||||||
#include "launcher_link.h"
|
#include "launcher_link.h"
|
||||||
#include "launcher_list.h"
|
#include "launcher_list.h"
|
||||||
#include "world_config.h"
|
#include "world_config.h"
|
||||||
#include "../common/logsys.h"
|
|
||||||
#include "../common/md5.h"
|
#include "../common/md5.h"
|
||||||
#include "../common/packet_dump.h"
|
#include "../common/packet_dump.h"
|
||||||
#include "../common/servertalk.h"
|
#include "../common/servertalk.h"
|
||||||
|
|||||||
@ -20,7 +20,7 @@
|
|||||||
#include "../common/debug.h"
|
#include "../common/debug.h"
|
||||||
#include "launcher_list.h"
|
#include "launcher_list.h"
|
||||||
#include "launcher_link.h"
|
#include "launcher_link.h"
|
||||||
#include "../common/logsys.h"
|
|
||||||
#include "eql_config.h"
|
#include "eql_config.h"
|
||||||
|
|
||||||
LauncherList::LauncherList()
|
LauncherList::LauncherList()
|
||||||
|
|||||||
@ -21,7 +21,7 @@
|
|||||||
#include "clientlist.h"
|
#include "clientlist.h"
|
||||||
#include "zoneserver.h"
|
#include "zoneserver.h"
|
||||||
#include "zonelist.h"
|
#include "zonelist.h"
|
||||||
#include "../common/logsys.h"
|
|
||||||
#include "../common/misc_functions.h"
|
#include "../common/misc_functions.h"
|
||||||
|
|
||||||
extern ClientList client_list;
|
extern ClientList client_list;
|
||||||
|
|||||||
@ -4,7 +4,7 @@
|
|||||||
#include "world_config.h"
|
#include "world_config.h"
|
||||||
#include "clientlist.h"
|
#include "clientlist.h"
|
||||||
#include "zonelist.h"
|
#include "zonelist.h"
|
||||||
#include "../common/logsys.h"
|
|
||||||
#include "../common/logtypes.h"
|
#include "../common/logtypes.h"
|
||||||
#include "../common/md5.h"
|
#include "../common/md5.h"
|
||||||
#include "../common/emu_tcp_connection.h"
|
#include "../common/emu_tcp_connection.h"
|
||||||
|
|||||||
@ -2,7 +2,7 @@
|
|||||||
#include "../common/eqemu_logsys.h"
|
#include "../common/eqemu_logsys.h"
|
||||||
#include "ucs.h"
|
#include "ucs.h"
|
||||||
#include "world_config.h"
|
#include "world_config.h"
|
||||||
#include "../common/logsys.h"
|
|
||||||
#include "../common/logtypes.h"
|
#include "../common/logtypes.h"
|
||||||
#include "../common/md5.h"
|
#include "../common/md5.h"
|
||||||
#include "../common/emu_tcp_connection.h"
|
#include "../common/emu_tcp_connection.h"
|
||||||
|
|||||||
@ -18,7 +18,7 @@
|
|||||||
|
|
||||||
#include "../common/debug.h"
|
#include "../common/debug.h"
|
||||||
#include "../common/eqemu_logsys.h"
|
#include "../common/eqemu_logsys.h"
|
||||||
#include "../common/logsys.h"
|
|
||||||
#include "../common/rulesys.h"
|
#include "../common/rulesys.h"
|
||||||
#include "../common/spdat.h"
|
#include "../common/spdat.h"
|
||||||
|
|
||||||
|
|||||||
@ -18,7 +18,7 @@
|
|||||||
|
|
||||||
#include "../common/debug.h"
|
#include "../common/debug.h"
|
||||||
#include "../common/eqemu_logsys.h"
|
#include "../common/eqemu_logsys.h"
|
||||||
#include "../common/logsys.h"
|
|
||||||
#include "../common/string_util.h"
|
#include "../common/string_util.h"
|
||||||
#include "quest_parser_collection.h"
|
#include "quest_parser_collection.h"
|
||||||
#include "worldserver.h"
|
#include "worldserver.h"
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user