From 3858d011332c765921d2a4711815ba37d0e5806c Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Sun, 21 Dec 1997 22:21:26 +0000 Subject: [PATCH] Don't include limits.h. --- src/pathchk.c | 1 - 1 file changed, 1 deletion(-) diff --git a/src/pathchk.c b/src/pathchk.c index bd5b556257..3e223aa5a4 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 */ -- 2.47.2