diff options
author | Meji <alvaro.megias@outlook.com> | 2024-01-16 20:04:54 +0100 |
---|---|---|
committer | funjoker <funjoker109@gmail.com> | 2024-01-29 21:45:23 +0100 |
commit | 6be53574f81bc2f6705ef2b57487addd2127cea5 (patch) | |
tree | a3ba58adaf758e8e586299fea7f8bd1e8647de49 /src/server/bnetserver/Services/ConnectionService.cpp | |
parent | 3e39828f0a43e3bc7c402a9f2f66ed1f6b915e4d (diff) |
Core/Worldserver: Split Worldserver services into separate files (#29555)
(cherry picked from commit 39621fa41c96f66698055447c7a9134865e0f00b)
Diffstat (limited to 'src/server/bnetserver/Services/ConnectionService.cpp')
-rw-r--r-- | src/server/bnetserver/Services/ConnectionService.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/server/bnetserver/Services/ConnectionService.cpp b/src/server/bnetserver/Services/ConnectionService.cpp index ab8d6b838ed..fbb34a51985 100644 --- a/src/server/bnetserver/Services/ConnectionService.cpp +++ b/src/server/bnetserver/Services/ConnectionService.cpp @@ -17,7 +17,6 @@ #include "ConnectionService.h" #include "Duration.h" -#include "Session.h" #include "Util.h" #include "BattlenetRpcErrorCodes.h" |