From ba256a8797741d22f9fbdafcce334f472bc40509 Mon Sep 17 00:00:00 2001 From: Martin Piatka Date: Fri, 21 Nov 2025 10:34:53 +0100 Subject: [PATCH] config_unix: Remove BSTRING Nothing defines or uses that anywhere --- src/config_unix.h | 4 ---- 1 file changed, 4 deletions(-) diff --git a/src/config_unix.h b/src/config_unix.h index 1454783cc..5fd43b891 100644 --- a/src/config_unix.h +++ b/src/config_unix.h @@ -89,10 +89,6 @@ #include #endif -#ifdef HAVE_BSTRING_H -#include -#endif - #ifdef HAVE_SYS_SOCK_IO_H #include #endif