aboutsummaryrefslogtreecommitdiff
path: root/log.c
diff options
context:
space:
mode:
Diffstat (limited to 'log.c')
-rw-r--r--log.c11
1 files changed, 3 insertions, 8 deletions
diff --git a/log.c b/log.c
index f086d00..a5dfc6b 100644
--- a/log.c
+++ b/log.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: log.c,v 1.4 2014/12/21 00:54:49 guenther Exp $ */
+/* $OpenBSD: log.c,v 1.5 2015/01/21 22:21:05 reyk Exp $ */
/*
* Copyright (c) 2003, 2004 Henning Brauer <henning@openbsd.org>
@@ -17,13 +17,8 @@
*/
#include <sys/types.h>
-#include <sys/queue.h>
#include <sys/socket.h>
-#include <sys/tree.h>
-
-#include <net/if.h>
-#include <netinet/in.h>
-#include <netinet/ip.h>
+#include <sys/time.h>
#include <errno.h>
#include <stdarg.h>
@@ -31,7 +26,7 @@
#include <stdlib.h>
#include <string.h>
#include <syslog.h>
-#include <event.h>
+#include <time.h>
#include <netdb.h>
#include <ctype.h>