summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--demandoc.c1
-rw-r--r--mandocdb.c1
-rw-r--r--manpage.c1
-rw-r--r--mansearch.c1
4 files changed, 0 insertions, 4 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>
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>
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>
diff --git a/mansearch.c b/mansearch.c
index 32a9aa96..66cd7796 100644
--- a/mansearch.c
+++ b/mansearch.c
@@ -26,7 +26,6 @@
#endif
#include <errno.h>
#include <fcntl.h>
-#include <getopt.h>
#include <glob.h>
#include <limits.h>
#include <regex.h>