summaryrefslogtreecommitdiff
path: root/src/install.c
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2002-09-21 14:24:18 +0000
committerJim Meyering <jim@meyering.net>2002-09-21 14:24:18 +0000
commitc5c97ee23ab76e8c6878f07e4f8952d8715fbaf9 (patch)
tree902e6bee4de76e23ff60943245fdcb5252cd0026 /src/install.c
parentae1f13cd3cf74d04a2292ced7140d6379eed9b72 (diff)
downloadcoreutils-c5c97ee23ab76e8c6878f07e4f8952d8715fbaf9.tar.xz
No longer include values.h.
It was required solely for now-removed reference to BITSPERBYTE.
Diffstat (limited to 'src/install.c')
-rw-r--r--src/install.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/install.c b/src/install.c
index 7e0d8ed06..5f81fdba7 100644
--- a/src/install.c
+++ b/src/install.c
@@ -49,10 +49,6 @@
# include <sys/wait.h>
#endif
-#if HAVE_VALUES_H
-# include <values.h>
-#endif
-
struct passwd *getpwnam ();
struct group *getgrnam ();