From 9a392ca072e3c5b5c7c1edcd5cbd0545137930a7 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 2 Apr 2025 12:40:38 +0100 Subject: [PATCH] style: clang-tidy auto fixes (#1985) Fixes #1984. Co-authored-by: godexsoft <385326+godexsoft@users.noreply.github.com> --- tests/unit/web/ng/impl/HttpConnectionTests.cpp | 1 - tests/unit/web/ng/impl/WsConnectionTests.cpp | 1 - 2 files changed, 2 deletions(-) diff --git a/tests/unit/web/ng/impl/HttpConnectionTests.cpp b/tests/unit/web/ng/impl/HttpConnectionTests.cpp index 4c6e5d4f4..b2d42f2dc 100644 --- a/tests/unit/web/ng/impl/HttpConnectionTests.cpp +++ b/tests/unit/web/ng/impl/HttpConnectionTests.cpp @@ -31,7 +31,6 @@ #include #include -#include #include #include #include diff --git a/tests/unit/web/ng/impl/WsConnectionTests.cpp b/tests/unit/web/ng/impl/WsConnectionTests.cpp index b449919a4..2eb3e0349 100644 --- a/tests/unit/web/ng/impl/WsConnectionTests.cpp +++ b/tests/unit/web/ng/impl/WsConnectionTests.cpp @@ -36,7 +36,6 @@ #include #include #include -#include #include #include #include