Remove unused includes, fix warnings

This commit is contained in:
badaix 2024-12-19 23:37:44 +01:00
parent a79b3e6599
commit 06f1c7d32f
4 changed files with 7 additions and 7 deletions

View file

@ -21,9 +21,6 @@
// local headers
#include "common/aixlog.hpp"
#include "common/message/client_info.hpp"
#include "common/message/hello.hpp"
#include "common/message/time.hpp"
#include "config.hpp"
#include "stream_session_tcp.hpp"