From 0ff1edaac82ef60d35eac4bdd774bab2cd457868 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 14 Aug 2024 08:48:23 +0100 Subject: [PATCH] style: clang-tidy auto fixes (#1604) Fixes #1603. Please review and commit clang-tidy fixes. Co-authored-by: kuznetsss <15742918+kuznetsss@users.noreply.github.com> --- src/web/dosguard/WhitelistHandler.cpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/web/dosguard/WhitelistHandler.cpp b/src/web/dosguard/WhitelistHandler.cpp index 8ad38798a..6e75adda0 100644 --- a/src/web/dosguard/WhitelistHandler.cpp +++ b/src/web/dosguard/WhitelistHandler.cpp @@ -19,11 +19,9 @@ #include "web/dosguard/WhitelistHandler.hpp" -#include #include #include #include -#include #include #include