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/time.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/time.c')
| -rw-r--r-- | usr.bin/dig/lib/isc/unix/time.c | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/usr.bin/dig/lib/isc/unix/time.c b/usr.bin/dig/lib/isc/unix/time.c index 85ca1977243..4e83c559b09 100644 --- a/usr.bin/dig/lib/isc/unix/time.c +++ b/usr.bin/dig/lib/isc/unix/time.c @@ -14,7 +14,7 @@ * PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: time.c,v 1.1 2020/02/07 09:58:54 florian Exp $ */ +/* $Id: time.c,v 1.2 2020/02/11 23:26:12 jsg Exp $ */ /*! \file */ @@ -23,13 +23,12 @@ #include <errno.h> #include <limits.h> #include <stdlib.h> +#include <stdio.h> #include <syslog.h> #include <time.h> #include <sys/time.h> /* Required for struct timeval on some platforms. */ -#include <isc/log.h> - #include <isc/strerror.h> #include <string.h> |
