]> git.ipfire.org Git - thirdparty/man-pages.git/commitdiff
man/man3/static_assert.3: EXAMPLES: Remove unused include
authorAlejandro Colomar <alx@kernel.org>
Sun, 23 Feb 2025 18:01:28 +0000 (19:01 +0100)
committerAlejandro Colomar <alx@kernel.org>
Mon, 24 Feb 2025 08:55:58 +0000 (09:55 +0100)
Signed-off-by: Alejandro Colomar <alx@kernel.org>
man/man3/static_assert.3

index fef9c305831fbd9a927b85aa2020d781f4e405f7..9e7c2ca8c5694026ecfb837fcae9347ff55a6f3b 100644 (file)
@@ -62,7 +62,6 @@ The following program uses the macro to get the size of an array safely.
 .\" SRC BEGIN (must_be.c)
 .EX
 #include <assert.h>
-#include <stddef.h>
 #include <stdint.h>
 #include <stdio.h>
 #include <stdlib.h>