Remove a spurious inclusion of the sparse array header file

Reviewed-by: Richard Levitte <levitte@openssl.org>
Reviewed-by: Tomas Mraz <tomas@openssl.org>
Reviewed-by: Paul Dale <pauli@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/22174)
This commit is contained in:
Matt Caswell 2023-09-22 17:31:34 +01:00 committed by Pauli
parent 6c03fa21ed
commit 442d08f215

View File

@ -9,7 +9,6 @@
#include <stdlib.h>
#include "internal/event_queue.h"
#include "crypto/sparse_array.h"
#include "ssl_local.h"
struct ossl_event_queue_st {