diff options
author | Charles Longeau <chl@cvs.openbsd.org> | 2011-09-11 21:45:17 +0000 |
---|---|---|
committer | Charles Longeau <chl@cvs.openbsd.org> | 2011-09-11 21:45:17 +0000 |
commit | b84de112d6e4a3b885d1529794456ead657ae2ca (patch) | |
tree | a36baaed1283be1410725a5d60f12d3d06806400 | |
parent | ea6328b138f8eda2a827cd528193b9368db86cb5 (diff) |
remove unused header
ok gilles@
-rw-r--r-- | usr.sbin/smtpd/log.c | 3 |
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> |