From d229ff181125f81247af3b3431ca78d97f429115 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 14 May 2024 09:12:23 +0100 Subject: [PATCH] [CI] clang-tidy auto fixes (#1407) Fixes #1406. Please review and commit clang-tidy fixes. Co-authored-by: kuznetsss --- tests/unit/rpc/handlers/SubscribeTests.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/tests/unit/rpc/handlers/SubscribeTests.cpp b/tests/unit/rpc/handlers/SubscribeTests.cpp index 73110678..5520b638 100644 --- a/tests/unit/rpc/handlers/SubscribeTests.cpp +++ b/tests/unit/rpc/handlers/SubscribeTests.cpp @@ -45,7 +45,6 @@ #include #include #include -#include #include using namespace rpc;