From: Alejandro Colomar Date: Sun, 4 Apr 2021 11:58:19 +0000 (+0200) Subject: add_key.2: Remove unused include X-Git-Tag: man-pages-5.12~285 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8c402eb013db2c233bec0bcdfc277f379f517787;p=thirdparty%2Fman-pages.git add_key.2: Remove unused include was only needed for size_t, AFAIK. That is already (and more precisely) documented in system_data_types(7). Let's remove it here, as it's not really needed for calling add_key(). Signed-off-by: Alejandro Colomar Signed-off-by: Michael Kerrisk --- diff --git a/man2/add_key.2 b/man2/add_key.2 index f3d803adf0..dca44b8e78 100644 --- a/man2/add_key.2 +++ b/man2/add_key.2 @@ -14,7 +14,6 @@ add_key \- add a key to the kernel's key management facility .SH SYNOPSIS .nf -.B #include .B #include .PP .BI "key_serial_t add_key(const char *" type ", const char *" description ,