From 3afef2975a21aab6261aa1a6758f3d5d92d2641b Mon Sep 17 00:00:00 2001 From: Alejandro Colomar Date: Sat, 12 Jun 2021 10:31:43 +0200 Subject: [PATCH] vmsplice.2: Remove unneeded include 'struct iovec' is defined in , which is included by , but it is also included by , which is in the end included by . Given that we already include , we don't need any more includes. Signed-off-by: Alejandro Colomar Signed-off-by: Michael Kerrisk --- man2/vmsplice.2 | 1 - 1 file changed, 1 deletion(-) diff --git a/man2/vmsplice.2 b/man2/vmsplice.2 index 3fd9ff49f..9102c4c92 100644 --- a/man2/vmsplice.2 +++ b/man2/vmsplice.2 @@ -30,7 +30,6 @@ vmsplice \- splice user pages to/from a pipe .nf .BR "#define _GNU_SOURCE" " /* See feature_test_macros(7) */" .B #include -.B #include .PP .BI "ssize_t vmsplice(int " fd ", const struct iovec *" iov , .BI " size_t " nr_segs ", unsigned int " flags );