style: clang-tidy auto fixes (#1576)

Fixes #1575. Please review and commit clang-tidy fixes.

Co-authored-by: kuznetsss <15742918+kuznetsss@users.noreply.github.com>
This commit is contained in:
github-actions[bot]
2024-08-02 09:13:55 +01:00
committed by GitHub
parent 2fef03d766
commit 319cd3d67b
3 changed files with 0 additions and 7 deletions

View File

@@ -24,10 +24,6 @@
#include "util/config/Config.hpp" #include "util/config/Config.hpp"
#include "util/log/Logger.hpp" #include "util/log/Logger.hpp"
#include <boost/asio/buffer.hpp>
#include <boost/asio/io_context.hpp>
#include <boost/asio/ssl/context.hpp>
#include <cstdlib> #include <cstdlib>
#include <exception> #include <exception>
#include <iostream> #include <iostream>

View File

@@ -21,7 +21,6 @@
#include <boost/asio/buffer.hpp> #include <boost/asio/buffer.hpp>
#include <boost/asio/ssl/context.hpp> #include <boost/asio/ssl/context.hpp>
#include <fmt/compile.h>
#include <fmt/core.h> #include <fmt/core.h>
#include <expected> #include <expected>

View File

@@ -31,10 +31,8 @@
#include "web/impl/AdminVerificationStrategy.hpp" #include "web/impl/AdminVerificationStrategy.hpp"
#include "web/interface/ConnectionBase.hpp" #include "web/interface/ConnectionBase.hpp"
#include <boost/asio/buffer.hpp>
#include <boost/asio/io_context.hpp> #include <boost/asio/io_context.hpp>
#include <boost/asio/io_service.hpp> #include <boost/asio/io_service.hpp>
#include <boost/asio/ssl/context.hpp>
#include <boost/beast/core/error.hpp> #include <boost/beast/core/error.hpp>
#include <boost/beast/http/field.hpp> #include <boost/beast/http/field.hpp>
#include <boost/beast/http/status.hpp> #include <boost/beast/http/status.hpp>