From bdf0f7bd48a440d0f83b331c541e7d8f13a5988b Mon Sep 17 00:00:00 2001 From: Alejandro Colomar Date: Sun, 23 Feb 2025 19:01:28 +0100 Subject: [PATCH] man/man3/static_assert.3: EXAMPLES: Remove unused include Signed-off-by: Alejandro Colomar --- man/man3/static_assert.3 | 1 - 1 file changed, 1 deletion(-) 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 -- 2.47.2