remove unnecessary stddef include
authorgit <redacted>
Fri, 1 May 2026 10:54:53 +0000 (06:54 -0400)
committergit <redacted>
Fri, 1 May 2026 10:54:53 +0000 (06:54 -0400)
strlcat.h

index 1235ae32000e0f67b16d423de5ec4f264a22b735..68882856e5111e94fcf1e47cfaf06e2fe90935d4 100644 (file)
--- a/strlcat.h
+++ b/strlcat.h
@@ -19,7 +19,6 @@
  #define STRLCAT_H_     1
 
  #ifdef STRLCAT_INCLUDE_LIBC
-  #include <stddef.h>
   #include <stdio.h>
   #include <string.h>
  #endif /* !STRLCAT_INCLUDE_LIBC */