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/stdtime.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/stdtime.c')
| -rw-r--r-- | usr.bin/dig/lib/isc/unix/stdtime.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/usr.bin/dig/lib/isc/unix/stdtime.c b/usr.bin/dig/lib/isc/unix/stdtime.c index bc43cf1aa48..b2a172f87a6 100644 --- a/usr.bin/dig/lib/isc/unix/stdtime.c +++ b/usr.bin/dig/lib/isc/unix/stdtime.c @@ -14,14 +14,13 @@ * PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: stdtime.c,v 1.1 2020/02/07 09:58:54 florian Exp $ */ +/* $Id: stdtime.c,v 1.2 2020/02/11 23:26:12 jsg Exp $ */ /*! \file */ #include <stddef.h> /* NULL */ -#include <stdlib.h> /* NULL */ #include <syslog.h> #include <sys/time.h> |
