summaryrefslogtreecommitdiff
path: root/usr.sbin/smtpd/log.c
diff options
context:
space:
mode:
authorGilles Chehade <gilles@cvs.openbsd.org>2010-05-19 20:57:11 +0000
committerGilles Chehade <gilles@cvs.openbsd.org>2010-05-19 20:57:11 +0000
commitad2203f378b6aaaa1accba4d1d48add4c3aa0c96 (patch)
tree433c563a17e7910655d3c8496d4332eaa6149a9a /usr.sbin/smtpd/log.c
parent91c90c9abdde401ca42e2fcd141a1e82a8389ee5 (diff)
cleanup-only commit, removes unrequired includes, no functionnal change
Diffstat (limited to 'usr.sbin/smtpd/log.c')
-rw-r--r--usr.sbin/smtpd/log.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/usr.sbin/smtpd/log.c b/usr.sbin/smtpd/log.c
index 5458c36907c..47f0e6e2291 100644
--- a/usr.sbin/smtpd/log.c
+++ b/usr.sbin/smtpd/log.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: log.c,v 1.4 2010/01/03 14:37:37 chl Exp $ */
+/* $OpenBSD: log.c,v 1.5 2010/05/19 20:57:10 gilles Exp $ */
/*
* Copyright (c) 2003, 2004 Henning Brauer <henning@openbsd.org>
@@ -21,7 +21,6 @@
#include <sys/tree.h>
#include <sys/param.h>
#include <sys/socket.h>
-#include <sys/time.h>
#include <errno.h>
#include <event.h>