diff options
author | 2012-12-04 02:24:45 +0000 | |
---|---|---|
committer | 2012-12-04 02:24:45 +0000 | |
commit | f4faee9106dab4458d5d3326f876cd772c8e31da (patch) | |
tree | a76506f3551ac0d4cce29d6d01b3609d1b7647cc /usr.bin/mandoc/manpath.c | |
parent | Backout last. It breaks existing 'ifconfig down ; dhclient' usage. (diff) | |
download | wireguard-openbsd-f4faee9106dab4458d5d3326f876cd772c8e31da.tar.xz wireguard-openbsd-f4faee9106dab4458d5d3326f876cd772c8e31da.zip |
remove some unnecessary sys/param.h inclusions
Diffstat (limited to 'usr.bin/mandoc/manpath.c')
-rw-r--r-- | usr.bin/mandoc/manpath.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/usr.bin/mandoc/manpath.c b/usr.bin/mandoc/manpath.c index 97364893a5a..5dfdc681e22 100644 --- a/usr.bin/mandoc/manpath.c +++ b/usr.bin/mandoc/manpath.c @@ -1,4 +1,4 @@ -/* $Id: manpath.c,v 1.4 2011/12/24 21:51:40 schwarze Exp $ */ +/* $Id: manpath.c,v 1.5 2012/12/04 02:24:47 deraadt Exp $ */ /* * Copyright (c) 2011 Ingo Schwarze <schwarze@openbsd.org> * Copyright (c) 2011 Kristaps Dzonsons <kristaps@bsd.lv> @@ -16,8 +16,6 @@ * OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -#include <sys/param.h> - #include <assert.h> #include <ctype.h> #include <limits.h> |