summaryrefslogtreecommitdiff
path: root/manpage.c
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2016-07-23 11:45:42 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2016-07-23 11:45:42 +0000
commit05798824d24a3b26ef3439303ad694202c75729e (patch)
treee4cc6eff5bc4ba61eeea2f647be98470bad36ac0 /manpage.c
parent9927192e4ffb982fcce1e26ae7bc0902d112dc18 (diff)
Notes
Diffstat (limited to 'manpage.c')
-rw-r--r--manpage.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/manpage.c b/manpage.c
index 45b6e7659bae..af7d3db23023 100644
--- a/manpage.c
+++ b/manpage.c
@@ -1,4 +1,4 @@
-/* $Id: manpage.c,v 1.13 2015/11/07 17:58:55 schwarze Exp $ */
+/* $Id: manpage.c,v 1.14 2016/07/09 15:24:19 schwarze Exp $ */
/*
* Copyright (c) 2012 Kristaps Dzonsons <kristaps@bsd.lv>
* Copyright (c) 2013 Ingo Schwarze <schwarze@openbsd.org>
@@ -20,7 +20,6 @@
#include <sys/types.h>
#include <assert.h>
-#include <getopt.h>
#include <limits.h>
#include <stdint.h>
#include <stdio.h>