summaryrefslogtreecommitdiffstats
path: root/demandoc.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 /demandoc.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 'demandoc.c')
-rw-r--r--demandoc.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/demandoc.c b/demandoc.c
index fdc213e6..dfd157ef 100644
--- a/demandoc.c
+++ b/demandoc.c
@@ -20,7 +20,6 @@
#include <assert.h>
#include <ctype.h>
-#include <getopt.h>
#include <stdio.h>
#include <stdlib.h>
#include <string.h>