From 4a39ccd02c887d988c1a5398dd2142879056da5f Mon Sep 17 00:00:00 2001 From: deraadt Date: Wed, 5 Dec 2012 23:19:48 +0000 Subject: Remove excessive sys/cdefs.h inclusion ok guenther millert kettenis --- include/pwd.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'include/pwd.h') diff --git a/include/pwd.h b/include/pwd.h index b24e7f5e7a2..bcd4800e959 100644 --- a/include/pwd.h +++ b/include/pwd.h @@ -1,4 +1,4 @@ -/* $OpenBSD: pwd.h,v 1.20 2008/06/25 14:51:27 millert Exp $ */ +/* $OpenBSD: pwd.h,v 1.21 2012/12/05 23:19:57 deraadt Exp $ */ /* $NetBSD: pwd.h,v 1.9 1996/05/15 21:36:45 jtc Exp $ */ /*- @@ -41,7 +41,6 @@ #ifndef _PWD_H_ #define _PWD_H_ -#include #include #if __BSD_VISIBLE -- cgit v1.2.3-59-g8ed1b