diff options
author | Kenneth R Westerback <krw@cvs.openbsd.org> | 2014-11-18 20:51:02 +0000 |
---|---|---|
committer | Kenneth R Westerback <krw@cvs.openbsd.org> | 2014-11-18 20:51:02 +0000 |
commit | a9311767b4f00338f33428f0f5846e62527dfb44 (patch) | |
tree | e776170f47bd30b1e4ee261fdc5fc8503eab0648 /sbin | |
parent | 3e9e99725cc6bec08359979b9ff83db24b0645d3 (diff) |
Nuke some obvious #include duplications.
ok espie@ deraadt@ millert@ tedu@
Diffstat (limited to 'sbin')
-rw-r--r-- | sbin/fsck_msdos/dir.c | 3 | ||||
-rw-r--r-- | sbin/pflogd/privsep_fdpass.c | 3 |
2 files changed, 2 insertions, 4 deletions
diff --git a/sbin/fsck_msdos/dir.c b/sbin/fsck_msdos/dir.c index 8961b969e22..d756ccac994 100644 --- a/sbin/fsck_msdos/dir.c +++ b/sbin/fsck_msdos/dir.c @@ -1,4 +1,4 @@ -/* $OpenBSD: dir.c,v 1.26 2014/07/11 14:35:19 tobias Exp $ */ +/* $OpenBSD: dir.c,v 1.27 2014/11/18 20:51:00 krw Exp $ */ /* $NetBSD: dir.c,v 1.11 1997/10/17 11:19:35 ws Exp $ */ /* @@ -32,7 +32,6 @@ #include <stdlib.h> #include <string.h> #include <ctype.h> -#include <stdio.h> #include <unistd.h> #include <time.h> diff --git a/sbin/pflogd/privsep_fdpass.c b/sbin/pflogd/privsep_fdpass.c index 45a7cfc3a92..c24cdc0488c 100644 --- a/sbin/pflogd/privsep_fdpass.c +++ b/sbin/pflogd/privsep_fdpass.c @@ -1,4 +1,4 @@ -/* $OpenBSD: privsep_fdpass.c,v 1.7 2012/12/04 02:24:46 deraadt Exp $ */ +/* $OpenBSD: privsep_fdpass.c,v 1.8 2014/11/18 20:51:00 krw Exp $ */ /* * Copyright 2001 Niels Provos <provos@citi.umich.edu> @@ -34,7 +34,6 @@ #include <sys/types.h> #include <sys/uio.h> -#include <sys/types.h> #include <sys/socket.h> #include <sys/stat.h> #include <err.h> |