diff options
author | Mark Whitley | 2000-07-10 19:29:09 +0000 |
---|---|---|
committer | Mark Whitley | 2000-07-10 19:29:09 +0000 |
commit | 928faac50328e4e2f4e42e041ba3f1f4568365bd (patch) | |
tree | ca143b68aed39ed58600c84a77897d7a6023fa73 /find.c | |
parent | 34e1941c32cd9366d4ada22c3ab3e42b9c986a2b (diff) | |
download | busybox-928faac50328e4e2f4e42e041ba3f1f4568365bd.zip 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 'find.c')
-rw-r--r-- | find.c | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -23,7 +23,6 @@ */ #include "internal.h" -#include "regexp.h" #include <stdio.h> #include <unistd.h> #include <dirent.h> |