From f08a488c30ff102c29f589c138bae29d91dccb2a Mon Sep 17 00:00:00 2001 From: Garrett D'Amore Date: Sun, 5 Jan 2025 08:39:55 -0800 Subject: Liberally apply some UWYI (use what you include) to header files --- src/core/msgqueue.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'src/core/msgqueue.h') diff --git a/src/core/msgqueue.h b/src/core/msgqueue.h index d264ee3f..f0bf0b71 100644 --- a/src/core/msgqueue.h +++ b/src/core/msgqueue.h @@ -11,7 +11,7 @@ #ifndef CORE_MSGQUEUE_H #define CORE_MSGQUEUE_H -#include "nng_impl.h" +#include "defs.h" #include "pollable.h" // Message queues. Message queues work in some ways like Go channels; @@ -33,7 +33,6 @@ extern int nni_msgq_init(nni_msgq **, unsigned); // messages that may be in the queue. extern void nni_msgq_fini(nni_msgq *); - extern void nni_msgq_aio_put(nni_msgq *, nni_aio *); extern void nni_msgq_aio_get(nni_msgq *, nni_aio *); -- cgit v1.2.3-70-g09d2