diff options
author | Gilles Chehade <gilles@cvs.openbsd.org> | 2010-11-28 14:35:59 +0000 |
---|---|---|
committer | Gilles Chehade <gilles@cvs.openbsd.org> | 2010-11-28 14:35:59 +0000 |
commit | 441f744f79d144b91ec3a596d39f11d676076c3f (patch) | |
tree | 7f3c867c98a4adcc0a382d1576d54b604ba3e980 /usr.sbin/smtpd/parse.y | |
parent | 75cf189ae93e713e6827251052ca3646ca6e51ac (diff) |
remove all unused headers
Diffstat (limited to 'usr.sbin/smtpd/parse.y')
-rw-r--r-- | usr.sbin/smtpd/parse.y | 9 |
1 files changed, 2 insertions, 7 deletions
diff --git a/usr.sbin/smtpd/parse.y b/usr.sbin/smtpd/parse.y index 4021c83f2f1..c07f3f1318b 100644 --- a/usr.sbin/smtpd/parse.y +++ b/usr.sbin/smtpd/parse.y @@ -1,4 +1,4 @@ -/* $OpenBSD: parse.y,v 1.71 2010/11/28 13:56:43 gilles Exp $ */ +/* $OpenBSD: parse.y,v 1.72 2010/11/28 14:35:58 gilles Exp $ */ /* * Copyright (c) 2008 Gilles Chehade <gilles@openbsd.org> @@ -38,15 +38,10 @@ #include <event.h> #include <ifaddrs.h> #include <imsg.h> -#include <limits.h> +#include <netdb.h> #include <paths.h> #include <pwd.h> -#include <netdb.h> -#include <stdarg.h> #include <stdio.h> -#include <stdint.h> -#include <stdlib.h> -#include <string.h> #include <unistd.h> #include <util.h> |