From 3858d011332c765921d2a4711815ba37d0e5806c Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Sun, 21 Dec 1997 22:21:26 +0000 Subject: Don't include limits.h. --- src/pathchk.c | 1 - 1 file changed, 1 deletion(-) (limited to 'src') 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 # ifndef PATH_MAX # define PATH_MAX_FOR(p) pathconf ((p), _PC_PATH_MAX) # endif /* not PATH_MAX */ -- cgit v1.2.3-54-g00ecf