From e61ee30180a8b4efcbd5acff8d940d97a9285c45 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 4c6e5d4f..b2d42f2d 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 b449919a..2eb3e034 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