From: Jim Meyering Date: Sat, 21 Sep 2002 14:24:18 +0000 (+0000) Subject: No longer include values.h. X-Git-Tag: v4.5.2~109 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c5c97ee23ab76e8c6878f07e4f8952d8715fbaf9;p=thirdparty%2Fcoreutils.git No longer include values.h. It was required solely for now-removed reference to BITSPERBYTE. --- diff --git a/src/install.c b/src/install.c index 7e0d8ed063..5f81fdba7d 100644 --- a/src/install.c +++ b/src/install.c @@ -49,10 +49,6 @@ # include #endif -#if HAVE_VALUES_H -# include -#endif - struct passwd *getpwnam (); struct group *getgrnam ();