diff --git a/common/debug.h b/common/debug.h index 0a1ab0fc3..4fc28a8ad 100644 --- a/common/debug.h +++ b/common/debug.h @@ -67,7 +67,7 @@ #include #endif -#include "logsys.h" + #include "../common/mutex.h" #include diff --git a/common/eq_stream_ident.cpp b/common/eq_stream_ident.cpp index 22b9f77b4..b42bd4037 100644 --- a/common/eq_stream_ident.cpp +++ b/common/eq_stream_ident.cpp @@ -2,7 +2,7 @@ #include "eqemu_logsys.h" #include "eq_stream_ident.h" #include "eq_stream_proxy.h" -#include "logsys.h" + EQStreamIdentifier::~EQStreamIdentifier() { while(!m_identified.empty()) { diff --git a/common/guild_base.cpp b/common/guild_base.cpp index ae653e0eb..a9ad6cce0 100644 --- a/common/guild_base.cpp +++ b/common/guild_base.cpp @@ -18,7 +18,7 @@ #include "guild_base.h" #include "database.h" -#include "logsys.h" + //#include "misc_functions.h" #include "string_util.h" #include diff --git a/common/patches/rof.cpp b/common/patches/rof.cpp index 53b0e9fed..d04954d44 100644 --- a/common/patches/rof.cpp +++ b/common/patches/rof.cpp @@ -2,7 +2,7 @@ #include "../eqemu_logsys.h" #include "rof.h" #include "../opcodemgr.h" -#include "../logsys.h" + #include "../eq_stream_ident.h" #include "../crc32.h" diff --git a/common/patches/rof2.cpp b/common/patches/rof2.cpp index d376bfb5e..cfb582c29 100644 --- a/common/patches/rof2.cpp +++ b/common/patches/rof2.cpp @@ -2,7 +2,7 @@ #include "../eqemu_logsys.h" #include "rof2.h" #include "../opcodemgr.h" -#include "../logsys.h" + #include "../eq_stream_ident.h" #include "../crc32.h" diff --git a/common/patches/sod.cpp b/common/patches/sod.cpp index 1639e57ed..9f318674b 100644 --- a/common/patches/sod.cpp +++ b/common/patches/sod.cpp @@ -2,7 +2,7 @@ #include "../eqemu_logsys.h" #include "sod.h" #include "../opcodemgr.h" -#include "../logsys.h" + #include "../eq_stream_ident.h" #include "../crc32.h" diff --git a/common/patches/sof.cpp b/common/patches/sof.cpp index 2e5776a5d..4337d712e 100644 --- a/common/patches/sof.cpp +++ b/common/patches/sof.cpp @@ -2,7 +2,7 @@ #include "../eqemu_logsys.h" #include "sof.h" #include "../opcodemgr.h" -#include "../logsys.h" + #include "../eq_stream_ident.h" #include "../crc32.h" diff --git a/common/patches/titanium.cpp b/common/patches/titanium.cpp index a19872c14..852baa089 100644 --- a/common/patches/titanium.cpp +++ b/common/patches/titanium.cpp @@ -2,7 +2,7 @@ #include "../eqemu_logsys.h" #include "titanium.h" #include "../opcodemgr.h" -#include "../logsys.h" + #include "../eq_stream_ident.h" #include "../crc32.h" #include "../races.h" diff --git a/common/patches/underfoot.cpp b/common/patches/underfoot.cpp index 66b379840..12f7a3354 100644 --- a/common/patches/underfoot.cpp +++ b/common/patches/underfoot.cpp @@ -2,7 +2,7 @@ #include "../eqemu_logsys.h" #include "underfoot.h" #include "../opcodemgr.h" -#include "../logsys.h" + #include "../eq_stream_ident.h" #include "../crc32.h" diff --git a/common/rulesys.cpp b/common/rulesys.cpp index aeca625da..8f0c908a1 100644 --- a/common/rulesys.cpp +++ b/common/rulesys.cpp @@ -17,7 +17,7 @@ */ #include "rulesys.h" -#include "logsys.h" + #include "database.h" #include "string_util.h" #include diff --git a/common/spdat.cpp b/common/spdat.cpp index 3bbca4af2..6359d51dd 100644 --- a/common/spdat.cpp +++ b/common/spdat.cpp @@ -70,7 +70,7 @@ */ -#include "../common/logsys.h" + #include "../common/logtypes.h" #include "../common/eqemu_logsys.h" diff --git a/common/struct_strategy.cpp b/common/struct_strategy.cpp index 8df723f6b..7c57b0d4d 100644 --- a/common/struct_strategy.cpp +++ b/common/struct_strategy.cpp @@ -2,7 +2,7 @@ #include "debug.h" #include "eqemu_logsys.h" #include "struct_strategy.h" -#include "logsys.h" + #include "eq_stream.h" #include diff --git a/world/client.h b/world/client.h index 9014051ed..7c460fe9a 100644 --- a/world/client.h +++ b/world/client.h @@ -24,7 +24,7 @@ #include "../common/linked_list.h" #include "../common/timer.h" //#include "zoneserver.h" -#include "../common/logsys.h" + #include "../common/eq_packet_structs.h" #include "cliententry.h" diff --git a/world/eqw_http_handler.cpp b/world/eqw_http_handler.cpp index ba2e5b21c..36fdf714c 100644 --- a/world/eqw_http_handler.cpp +++ b/world/eqw_http_handler.cpp @@ -21,7 +21,7 @@ #include "eqw_parser.h" #include "eqw.h" #include "http_request.h" -#include "../common/logsys.h" + #include "worlddb.h" #include "console.h" diff --git a/world/eqw_parser.cpp b/world/eqw_parser.cpp index 49c1317f5..e7b72bf38 100644 --- a/world/eqw_parser.cpp +++ b/world/eqw_parser.cpp @@ -24,7 +24,7 @@ #include "eqw_parser.h" #include "eqw.h" #include "../common/eqdb.h" -#include "../common/logsys.h" + #include "worlddb.h" #ifndef GvCV_set diff --git a/world/launcher_link.cpp b/world/launcher_link.cpp index b748f7c23..3e7059969 100644 --- a/world/launcher_link.cpp +++ b/world/launcher_link.cpp @@ -20,7 +20,7 @@ #include "launcher_link.h" #include "launcher_list.h" #include "world_config.h" -#include "../common/logsys.h" + #include "../common/md5.h" #include "../common/packet_dump.h" #include "../common/servertalk.h" diff --git a/world/launcher_list.cpp b/world/launcher_list.cpp index b00da266d..01f64bfec 100644 --- a/world/launcher_list.cpp +++ b/world/launcher_list.cpp @@ -20,7 +20,7 @@ #include "../common/debug.h" #include "launcher_list.h" #include "launcher_link.h" -#include "../common/logsys.h" + #include "eql_config.h" LauncherList::LauncherList() diff --git a/world/lfplist.cpp b/world/lfplist.cpp index f04a833dd..2dccc4a3c 100644 --- a/world/lfplist.cpp +++ b/world/lfplist.cpp @@ -21,7 +21,7 @@ #include "clientlist.h" #include "zoneserver.h" #include "zonelist.h" -#include "../common/logsys.h" + #include "../common/misc_functions.h" extern ClientList client_list; diff --git a/world/queryserv.cpp b/world/queryserv.cpp index 6457d7e6c..370fae5fc 100644 --- a/world/queryserv.cpp +++ b/world/queryserv.cpp @@ -4,7 +4,7 @@ #include "world_config.h" #include "clientlist.h" #include "zonelist.h" -#include "../common/logsys.h" + #include "../common/logtypes.h" #include "../common/md5.h" #include "../common/emu_tcp_connection.h" diff --git a/world/ucs.cpp b/world/ucs.cpp index 13032d091..11cff6a69 100644 --- a/world/ucs.cpp +++ b/world/ucs.cpp @@ -2,7 +2,7 @@ #include "../common/eqemu_logsys.h" #include "ucs.h" #include "world_config.h" -#include "../common/logsys.h" + #include "../common/logtypes.h" #include "../common/md5.h" #include "../common/emu_tcp_connection.h" diff --git a/zone/client_mods.cpp b/zone/client_mods.cpp index f3c17a4d2..fc49e1526 100644 --- a/zone/client_mods.cpp +++ b/zone/client_mods.cpp @@ -18,7 +18,7 @@ #include "../common/debug.h" #include "../common/eqemu_logsys.h" -#include "../common/logsys.h" + #include "../common/rulesys.h" #include "../common/spdat.h" diff --git a/zone/inventory.cpp b/zone/inventory.cpp index d498e22f9..56ad5e904 100644 --- a/zone/inventory.cpp +++ b/zone/inventory.cpp @@ -18,7 +18,7 @@ #include "../common/debug.h" #include "../common/eqemu_logsys.h" -#include "../common/logsys.h" + #include "../common/string_util.h" #include "quest_parser_collection.h" #include "worldserver.h"