From: Alejandro Colomar Date: Sun, 23 Feb 2025 18:01:28 +0000 (+0100) Subject: man/man3/static_assert.3: EXAMPLES: Remove unused include X-Git-Tag: man-pages-6.13~6 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=bdf0f7bd48a440d0f83b331c541e7d8f13a5988b;p=thirdparty%2Fman-pages.git man/man3/static_assert.3: EXAMPLES: Remove unused include Signed-off-by: Alejandro Colomar --- diff --git a/man/man3/static_assert.3 b/man/man3/static_assert.3 index fef9c3058..9e7c2ca8c 100644 --- a/man/man3/static_assert.3 +++ b/man/man3/static_assert.3 @@ -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 -#include #include #include #include