Remove a spurious inclusion of the sparse array header file
authorMatt Caswell <matt@openssl.org>
Fri, 22 Sep 2023 16:31:34 +0000 (17:31 +0100)
committerPauli <pauli@openssl.org>
Sun, 24 Sep 2023 21:45:32 +0000 (07:45 +1000)
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)

ssl/event_queue.c

index 49890a36b505f643e4c1b80800d8f8cdfb694215..20f4020db51b4f8de05f307ab38f751c157b01d7 100644 (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 {