From: Matt Caswell Date: Fri, 22 Sep 2023 16:31:34 +0000 (+0100) Subject: Remove a spurious inclusion of the sparse array header file X-Git-Tag: openssl-3.2.0-alpha2~18 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=442d08f215c48896f59e9c09a14773058f9e56bf;p=thirdparty%2Fopenssl.git Remove a spurious inclusion of the sparse array header file Reviewed-by: Richard Levitte Reviewed-by: Tomas Mraz Reviewed-by: Paul Dale (Merged from https://github.com/openssl/openssl/pull/22174) --- diff --git a/ssl/event_queue.c b/ssl/event_queue.c index 49890a36b50..20f4020db51 100644 --- a/ssl/event_queue.c +++ b/ssl/event_queue.c @@ -9,7 +9,6 @@ #include #include "internal/event_queue.h" -#include "crypto/sparse_array.h" #include "ssl_local.h" struct ossl_event_queue_st {