diff options
Diffstat (limited to 'findutils')
-rw-r--r-- | findutils/which.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/findutils/which.c b/findutils/which.c index 943e10a57..b3fd934d7 100644 --- a/findutils/which.c +++ b/findutils/which.c @@ -23,7 +23,6 @@ #include "internal.h" #include <stdio.h> -#include <sys/stat.h> #include <sys/param.h> extern int which_main(int argc, char **argv) |