From: git Date: Fri, 1 May 2026 10:54:53 +0000 (-0400) Subject: remove unnecessary stddef include X-Git-Url: https://git.datadissipation.net/?a=commitdiff_plain;h=9ed4f24103433e8662953272fc20fc90a206828f;p=single-header-libcext.git remove unnecessary stddef include --- diff --git a/strlcat.h b/strlcat.h index 1235ae3..6888285 100644 --- a/strlcat.h +++ b/strlcat.h @@ -19,7 +19,6 @@ #define STRLCAT_H_ 1 #ifdef STRLCAT_INCLUDE_LIBC - #include #include #include #endif /* !STRLCAT_INCLUDE_LIBC */