From 9c1ebea35914e8dfbd21f9c4a8a591e384baf143 Mon Sep 17 00:00:00 2001 From: Viktor Szakats Date: Mon, 8 Jun 2026 00:28:41 +0200 Subject: [PATCH] lib1587: drop redundant includes Closes #21892 --- tests/libtest/lib1587.c | 5 ----- 1 file changed, 5 deletions(-) diff --git a/tests/libtest/lib1587.c b/tests/libtest/lib1587.c index a0739cb221..5789804acb 100644 --- a/tests/libtest/lib1587.c +++ b/tests/libtest/lib1587.c @@ -21,14 +21,9 @@ * SPDX-License-Identifier: curl * ***************************************************************************/ - #include "first.h" #ifdef USE_OPENSSL - -#include -#include -#include #include #ifdef HAVE_BORINGSSL_LIKE