summaryrefslogtreecommitdiffstats
path: root/mandocdb.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 /mandocdb.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 'mandocdb.c')
-rw-r--r--mandocdb.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/mandocdb.c b/mandocdb.c
index d346ad6d..4a1544d2 100644
--- a/mandocdb.c
+++ b/mandocdb.c
@@ -33,7 +33,6 @@
#else
#include "compat_fts.h"
#endif
-#include <getopt.h>
#include <limits.h>
#include <stddef.h>
#include <stdio.h>