vmsplice.2: Remove unneeded include
commit3afef2975a21aab6261aa1a6758f3d5d92d2641b
authorAlejandro Colomar <alx.manpages@gmail.com>
Sat, 12 Jun 2021 08:31:43 +0000 (12 10:31 +0200)
committerMichael Kerrisk <mtk.manpages@gmail.com>
Sun, 20 Jun 2021 02:43:43 +0000 (20 14:43 +1200)
tree64847458f9dd473e7ba89217c2790d52b0f64e9a
parent96fd3196faf5c97dcb95c4aa99df12366ea01d3f
vmsplice.2: Remove unneeded include

'struct iovec' is defined in <bits/types/struct_iovec.h>,
which is included by <sys/io.h>, but it is also included by
<bits/fcntl-linux.h>, which is in the end included by <fcntl.h>.
Given that we already include <fcntl.h>, we don't need any more
includes.

Signed-off-by: Alejandro Colomar <alx.manpages@gmail.com>
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
man2/vmsplice.2