From 2f24a1b1c93b8c45dce391ed0439131f9ad8cf28 Mon Sep 17 00:00:00 2001 From: Garrett D'Amore Date: Sat, 11 Oct 2025 06:50:54 -0700 Subject: fix includes for core --- src/core/reap.c | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'src/core/reap.c') diff --git a/src/core/reap.c b/src/core/reap.c index c236e9ce..b0fee3fb 100644 --- a/src/core/reap.c +++ b/src/core/reap.c @@ -8,11 +8,9 @@ // found online at https://opensource.org/licenses/MIT. // -#include "nng_impl.h" - #include "reap.h" - -#include +#include "defs.h" +#include "thread.h" static nni_reap_list *reap_list = NULL; static nni_thr reap_thr; -- cgit v1.2.3-70-g09d2