From c88fc2baadf5d02a20bbedc69e3aca95b7d598b5 Mon Sep 17 00:00:00 2001 From: Alejandro Colomar Date: Mon, 10 May 2021 19:55:29 +0200 Subject: [PATCH] mincore.2: Remove unused include AFAICS, there's no use for here. The prototype is declared in , and there are no constants needed. Signed-off-by: Alejandro Colomar Signed-off-by: Michael Kerrisk --- man2/mincore.2 | 1 - 1 file changed, 1 deletion(-) diff --git a/man2/mincore.2 b/man2/mincore.2 index b816e10c6..38ee7d6fa 100644 --- a/man2/mincore.2 +++ b/man2/mincore.2 @@ -36,7 +36,6 @@ mincore \- determine whether pages are resident in memory .SH SYNOPSIS .nf -.B #include .B #include .PP .BI "int mincore(void *" addr ", size_t " length ", unsigned char *" vec );