From aa03a4e7322c7e8d53ea54c9f22a7efc7ff3617e Mon Sep 17 00:00:00 2001 From: Alejandro Colomar Date: Mon, 24 May 2021 20:19:45 +0200 Subject: [PATCH] shmop.2: Remove unused include Signed-off-by: Alejandro Colomar Signed-off-by: Michael Kerrisk --- man2/shmop.2 | 1 - 1 file changed, 1 deletion(-) diff --git a/man2/shmop.2 b/man2/shmop.2 index c7e66af0e..52baed96c 100644 --- a/man2/shmop.2 +++ b/man2/shmop.2 @@ -42,7 +42,6 @@ shmat, shmdt \- System V shared memory operations .SH SYNOPSIS .nf -.B #include .B #include .PP .BI "void *shmat(int " shmid ", const void *" shmaddr ", int " shmflg );