summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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>