From ea65f9503c80c33fb236703a7e81747bcb94666b Mon Sep 17 00:00:00 2001 From: Garrett D'Amore Date: Thu, 9 Oct 2025 19:24:37 -0700 Subject: header file refactoring for IWYU (protocols) This changes the header files mostly in the protocols to include directly rather than through the commmon nng_impl.h header. This should lead to faster compiles, and by properly making all includes relative should reduce friction with language servers and other tooling. --- src/core/defs.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/core') diff --git a/src/core/defs.h b/src/core/defs.h index 23c17d8b..97d3dd06 100644 --- a/src/core/defs.h +++ b/src/core/defs.h @@ -12,6 +12,7 @@ #define CORE_DEFS_H #include +#include #include #include "nng/nng.h" -- cgit v1.2.3-70-g09d2