diff options
| author | 2020-02-11 23:26:11 +0000 | |
|---|---|---|
| committer | 2020-02-11 23:26:11 +0000 | |
| commit | e49c1783d6f57cc56e4b172757e18537f08f2de8 (patch) | |
| tree | 85dabaa6a054c6958e52792c3ac3382c84373b36 /usr.bin/dig/lib/isc/unix/stdio.c | |
| parent | Replace SIZE defines with sizeof. (diff) | |
| download | wireguard-openbsd-e49c1783d6f57cc56e4b172757e18537f08f2de8.tar.xz wireguard-openbsd-e49c1783d6f57cc56e4b172757e18537f08f2de8.zip | |
remove uneeded #include lines
ok florian@
Diffstat (limited to 'usr.bin/dig/lib/isc/unix/stdio.c')
| -rw-r--r-- | usr.bin/dig/lib/isc/unix/stdio.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/usr.bin/dig/lib/isc/unix/stdio.c b/usr.bin/dig/lib/isc/unix/stdio.c index f5cd6fd456f..18cb07cf5c9 100644 --- a/usr.bin/dig/lib/isc/unix/stdio.c +++ b/usr.bin/dig/lib/isc/unix/stdio.c @@ -14,15 +14,13 @@ * PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: stdio.c,v 1.1 2020/02/07 09:58:54 florian Exp $ */ +/* $Id: stdio.c,v 1.2 2020/02/11 23:26:12 jsg Exp $ */ #include <errno.h> -#include <unistd.h> #include <isc/stdio.h> -#include <isc/util.h> #include "errno2result.h" |
