summaryrefslogtreecommitdiff
path: root/usr.sbin/smtpd/forward.c
diff options
context:
space:
mode:
authorJacek Masiulaniec <jacekm@cvs.openbsd.org>2008-12-06 14:30:52 +0000
committerJacek Masiulaniec <jacekm@cvs.openbsd.org>2008-12-06 14:30:52 +0000
commit47f62d07c8dd10d0138c02274eb7286c41e4c840 (patch)
tree674fe3897b12e023b4f18c3aad51fef952e9c381 /usr.sbin/smtpd/forward.c
parentc89e896cb008706ccc4f7c6d5951eb69e846993d (diff)
Don't include <err.h> where log.c API must be used.
ok gilles@
Diffstat (limited to 'usr.sbin/smtpd/forward.c')
-rw-r--r--usr.sbin/smtpd/forward.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/usr.sbin/smtpd/forward.c b/usr.sbin/smtpd/forward.c
index cca2b9d61b8..641b2e6e840 100644
--- a/usr.sbin/smtpd/forward.c
+++ b/usr.sbin/smtpd/forward.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: forward.c,v 1.4 2008/11/25 23:06:15 gilles Exp $ */
+/* $OpenBSD: forward.c,v 1.5 2008/12/06 14:30:51 jacekm Exp $ */
/*
* Copyright (c) 2008 Gilles Chehade <gilles@openbsd.org>
@@ -25,7 +25,6 @@
#include <ctype.h>
#include <db.h>
-#include <err.h>
#include <errno.h>
#include <event.h>
#include <fcntl.h>