remove unnecessary stddef include
[libcext.git] / 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
  #define STRLCAT_H_     1
 
  #ifdef STRLCAT_INCLUDE_LIBC
-  #include <stddef.h>
   #include <stdio.h>
   #include <string.h>
  #endif /* !STRLCAT_INCLUDE_LIBC */
   #include <stdio.h>
   #include <string.h>
  #endif /* !STRLCAT_INCLUDE_LIBC */