diff options
author | Charles Longeau <chl@cvs.openbsd.org> | 2009-11-14 18:48:06 +0000 |
---|---|---|
committer | Charles Longeau <chl@cvs.openbsd.org> | 2009-11-14 18:48:06 +0000 |
commit | 5b471b6a4215a649a0f30d61d5e151b88ae34ae1 (patch) | |
tree | 03b00c3abd231af3e3603b1daf627c3586b53083 /usr.sbin/smtpd/smtpd.c | |
parent | 2db92b4b17975f94781265bfeac87f13bfbffc7c (diff) |
remove duplicate header include
ok gilles@
Diffstat (limited to 'usr.sbin/smtpd/smtpd.c')
-rw-r--r-- | usr.sbin/smtpd/smtpd.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/usr.sbin/smtpd/smtpd.c b/usr.sbin/smtpd/smtpd.c index e5da9571a28..6097538a0b3 100644 --- a/usr.sbin/smtpd/smtpd.c +++ b/usr.sbin/smtpd/smtpd.c @@ -1,4 +1,4 @@ -/* $OpenBSD: smtpd.c,v 1.88 2009/11/03 11:10:43 jacekm Exp $ */ +/* $OpenBSD: smtpd.c,v 1.89 2009/11/14 18:48:05 chl Exp $ */ /* * Copyright (c) 2008 Gilles Chehade <gilles@openbsd.org> @@ -35,7 +35,6 @@ #include <fcntl.h> #include <login_cap.h> #include <paths.h> -#include <paths.h> #include <pwd.h> #include <regex.h> #include <signal.h> |