summaryrefslogtreecommitdiffstats
path: root/manpage.c
diff options
context:
space:
mode:
authorIngo Schwarze <schwarze@openbsd.org>2016-07-09 15:24:19 +0000
committerIngo Schwarze <schwarze@openbsd.org>2016-07-09 15:24:19 +0000
commitb6a822a4dc76589a8b7fd22e49ed0514c5c971e4 (patch)
treee47a877dcf589fd621a3d0f86d7994ad8a581cfc /manpage.c
parente4bd20c87c7efde9f1a64968c257d09331d63513 (diff)
downloadmandoc-b6a822a4dc76589a8b7fd22e49ed0514c5c971e4.tar.gz
getopt(3) is declared in <unistd.h>, and <getopt.h> is not needed;
from Joerg Sonnenberger via Thomas Klausner, NetBSD.
Diffstat (limited to 'manpage.c')
-rw-r--r--manpage.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/manpage.c b/manpage.c
index d33465f7..0ac047ec 100644
--- a/manpage.c
+++ b/manpage.c
@@ -20,7 +20,6 @@
#include <sys/types.h>
#include <assert.h>
-#include <getopt.h>
#include <limits.h>
#include <stdint.h>
#include <stdio.h>