diff options
author | Mark Whitley <markw@lineo.com> | 2000-07-10 19:29:09 +0000 |
---|---|---|
committer | Mark Whitley <markw@lineo.com> | 2000-07-10 19:29:09 +0000 |
commit | 928faac50328e4e2f4e42e041ba3f1f4568365bd (patch) | |
tree | ca143b68aed39ed58600c84a77897d7a6023fa73 /findutils | |
parent | 34e1941c32cd9366d4ada22c3ab3e42b9c986a2b (diff) | |
download | busybox-928faac50328e4e2f4e42e041ba3f1f4568365bd.tar.gz |
Removed unnecessary #include "regexp.h" line from find.c as per Matt Kraai's
suggestion on the mailing list.
Diffstat (limited to 'findutils')
-rw-r--r-- | findutils/find.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/findutils/find.c b/findutils/find.c index 329d15193..e18f3c569 100644 --- a/findutils/find.c +++ b/findutils/find.c @@ -23,7 +23,6 @@ */ #include "internal.h" -#include "regexp.h" #include <stdio.h> #include <unistd.h> #include <dirent.h> |