diff options
Diffstat (limited to 'usr.sbin/smtpd/expand.c')
-rw-r--r-- | usr.sbin/smtpd/expand.c | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/usr.sbin/smtpd/expand.c b/usr.sbin/smtpd/expand.c index c823842d167..4d0a7e4473f 100644 --- a/usr.sbin/smtpd/expand.c +++ b/usr.sbin/smtpd/expand.c @@ -1,4 +1,4 @@ -/* $OpenBSD: expand.c,v 1.10 2010/11/28 13:56:43 gilles Exp $ */ +/* $OpenBSD: expand.c,v 1.11 2010/11/28 14:35:58 gilles Exp $ */ /* * Copyright (c) 2009 Gilles Chehade <gilles@openbsd.org> @@ -22,10 +22,7 @@ #include <sys/param.h> #include <sys/socket.h> -#include <ctype.h> -#include <errno.h> #include <event.h> -#include <fcntl.h> #include <imsg.h> #include <stdio.h> #include <stdlib.h> |