summaryrefslogtreecommitdiff
path: root/usr.sbin/smtpd
diff options
context:
space:
mode:
authorCharles Longeau <chl@cvs.openbsd.org>2011-08-30 11:19:52 +0000
committerCharles Longeau <chl@cvs.openbsd.org>2011-08-30 11:19:52 +0000
commit0c396a20221b2c2f539f263fad4f1add84c23fbd (patch)
tree008cc4295fb9ca7ca59a6765dacbf7dc3e397b81 /usr.sbin/smtpd
parentca419d0d141df4b672fb51ba67bb412e81909180 (diff)
remove unused header
ok gilles@
Diffstat (limited to 'usr.sbin/smtpd')
-rw-r--r--usr.sbin/smtpd/map_backend.c3
-rw-r--r--usr.sbin/smtpd/map_backend_stdio.c3
2 files changed, 2 insertions, 4 deletions
diff --git a/usr.sbin/smtpd/map_backend.c b/usr.sbin/smtpd/map_backend.c
index 4413e4095d1..f6285800674 100644
--- a/usr.sbin/smtpd/map_backend.c
+++ b/usr.sbin/smtpd/map_backend.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: map_backend.c,v 1.6 2011/05/21 18:43:08 gilles Exp $ */
+/* $OpenBSD: map_backend.c,v 1.7 2011/08/30 11:19:51 chl Exp $ */
/*
* Copyright (c) 2010 Gilles Chehade <gilles@openbsd.org>
@@ -22,7 +22,6 @@
#include <sys/param.h>
#include <sys/socket.h>
-#include <db.h>
#include <ctype.h>
#include <err.h>
#include <event.h>
diff --git a/usr.sbin/smtpd/map_backend_stdio.c b/usr.sbin/smtpd/map_backend_stdio.c
index 80c601d28af..d60538547dc 100644
--- a/usr.sbin/smtpd/map_backend_stdio.c
+++ b/usr.sbin/smtpd/map_backend_stdio.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: map_backend_stdio.c,v 1.1 2011/05/21 18:43:08 gilles Exp $ */
+/* $OpenBSD: map_backend_stdio.c,v 1.2 2011/08/30 11:19:51 chl Exp $ */
/*
* Copyright (c) 2011 Gilles Chehade <gilles@openbsd.org>
@@ -22,7 +22,6 @@
#include <sys/param.h>
#include <sys/socket.h>
-#include <db.h>
#include <ctype.h>
#include <err.h>
#include <event.h>