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/url.c | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) (limited to 'src/core/url.c') diff --git a/src/core/url.c b/src/core/url.c index fb13ee59..b6323ba0 100644 --- a/src/core/url.c +++ b/src/core/url.c @@ -8,16 +8,15 @@ // found online at https://opensource.org/licenses/MIT. // -#include "core/defs.h" -#include "core/nng_impl.h" - #include #include #include #include -#include "core/platform.h" -#include "nng/nng.h" +#include "aio.h" +#include "defs.h" +#include "platform.h" +#include "strs.h" #include "url.h" static uint8_t -- cgit v1.2.3-70-g09d2