summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-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 */