lib1587: drop redundant includes

Closes #21892
This commit is contained in:
Viktor Szakats 2026-06-08 00:28:41 +02:00
parent 1a1ec74b0b
commit 9c1ebea359
No known key found for this signature in database

View file

@ -21,14 +21,9 @@
* SPDX-License-Identifier: curl
*
***************************************************************************/
#include "first.h"
#ifdef USE_OPENSSL
#include <stdio.h>
#include <curl/curl.h>
#include <openssl/ssl.h>
#include <vtls/openssl.h>
#ifdef HAVE_BORINGSSL_LIKE