Skip to content

Commit

Permalink
Remove a spurious inclusion of the sparse array header file
Browse files Browse the repository at this point in the history
Reviewed-by: Richard Levitte <levitte@openssl.org>
Reviewed-by: Tomas Mraz <tomas@openssl.org>
Reviewed-by: Paul Dale <pauli@openssl.org>
(Merged from #22174)
  • Loading branch information
mattcaswell authored and paulidale committed Sep 24, 2023
1 parent 6c03fa2 commit 442d08f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion ssl/event_queue.c
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit 442d08f

Please sign in to comment.