summaryrefslogtreecommitdiffstats
path: root/usr.sbin/smtpd/log.c
diff options
context:
space:
mode:
authorchl <chl@openbsd.org>2011-09-11 21:45:16 +0000
committerchl <chl@openbsd.org>2011-09-11 21:45:16 +0000
commitddd45580a9afb5a8f8deef1881b48fcf277fb24d (patch)
treeccccd3c8b6752d1ed231334a6ccae226ee557e9b /usr.sbin/smtpd/log.c
parentDefine symbolic constants for the addresses of the vsbus devices on (diff)
downloadwireguard-openbsd-ddd45580a9afb5a8f8deef1881b48fcf277fb24d.tar.xz
wireguard-openbsd-ddd45580a9afb5a8f8deef1881b48fcf277fb24d.zip
remove unused header
ok gilles@
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 4325890cdd3..03c36367403 100644
--- a/usr.sbin/smtpd/log.c
+++ b/usr.sbin/smtpd/log.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: log.c,v 1.10 2010/11/28 13:56:43 gilles Exp $ */
+/* $OpenBSD: log.c,v 1.11 2011/09/11 21:45:16 chl Exp $ */
/*
* Copyright (c) 2003, 2004 Henning Brauer <henning@openbsd.org>
@@ -23,7 +23,6 @@
#include <sys/socket.h>
#include <errno.h>
-#include <event.h>
#include <pwd.h>
#include <stdarg.h>
#include <stdio.h>