From 6aaa1bc40bc563e0a4b8087731b68c89c64e9bbd Mon Sep 17 00:00:00 2001 From: Alejandro Colomar Date: Sat, 12 Jun 2021 10:31:39 +0200 Subject: [PATCH] userfaultfd.2: Remove unused includes makes no sense for a function that only uses 'int'. The flags used by this function are provided by (or others), but not by . Signed-off-by: Alejandro Colomar Signed-off-by: Michael Kerrisk --- man2/userfaultfd.2 | 2 -- 1 file changed, 2 deletions(-) diff --git a/man2/userfaultfd.2 b/man2/userfaultfd.2 index 593c189d8..e1a18a9d9 100644 --- a/man2/userfaultfd.2 +++ b/man2/userfaultfd.2 @@ -29,8 +29,6 @@ userfaultfd \- create a file descriptor for handling page faults in user space .SH SYNOPSIS .nf -.B #include -.B #include .PP .BI "int userfaultfd(int " flags ); .fi