summaryrefslogtreecommitdiffstats
path: root/usr.bin/dig/lib/isc/unix/stdtime.c
diff options
context:
space:
mode:
authorjsg <jsg@openbsd.org>2020-02-11 23:26:11 +0000
committerjsg <jsg@openbsd.org>2020-02-11 23:26:11 +0000
commite49c1783d6f57cc56e4b172757e18537f08f2de8 (patch)
tree85dabaa6a054c6958e52792c3ac3382c84373b36 /usr.bin/dig/lib/isc/unix/stdtime.c
parentReplace SIZE defines with sizeof. (diff)
downloadwireguard-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.c3
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>