summaryrefslogtreecommitdiff
path: root/src/pathchk.c
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>1997-12-21 22:21:26 +0000
committerJim Meyering <jim@meyering.net>1997-12-21 22:21:26 +0000
commit3858d011332c765921d2a4711815ba37d0e5806c (patch)
tree64c4c31edd94d40fb6052b226847b2541d898336 /src/pathchk.c
parent62fed0f3a2a05769ab2b3614ae23f0482690ec43 (diff)
downloadcoreutils-3858d011332c765921d2a4711815ba37d0e5806c.tar.xz
Don't include limits.h.
Diffstat (limited to 'src/pathchk.c')
-rw-r--r--src/pathchk.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/pathchk.c b/src/pathchk.c
index bd5b55625..3e223aa5a 100644
--- a/src/pathchk.c
+++ b/src/pathchk.c
@@ -47,7 +47,6 @@
#include "error.h"
#ifdef _POSIX_VERSION
-# include <limits.h>
# ifndef PATH_MAX
# define PATH_MAX_FOR(p) pathconf ((p), _PC_PATH_MAX)
# endif /* not PATH_MAX */