mirror of
https://git.busybox.net/busybox
synced 2026-01-31 16:43:21 +00:00
Removed unnecessary #include "regexp.h" line from find.c as per Matt Kraai's
suggestion on the mailing list.
This commit is contained in:
parent
34e1941c32
commit
928faac503
2 changed files with 0 additions and 2 deletions
1
find.c
1
find.c
|
|
@ -23,7 +23,6 @@
|
|||
*/
|
||||
|
||||
#include "internal.h"
|
||||
#include "regexp.h"
|
||||
#include <stdio.h>
|
||||
#include <unistd.h>
|
||||
#include <dirent.h>
|
||||
|
|
|
|||
|
|
@ -23,7 +23,6 @@
|
|||
*/
|
||||
|
||||
#include "internal.h"
|
||||
#include "regexp.h"
|
||||
#include <stdio.h>
|
||||
#include <unistd.h>
|
||||
#include <dirent.h>
|
||||
|
|
|
|||
Loading…
Reference in a new issue