agrep(1): remove duplicated and obsolete imports.
dirent import is the only one which stays in the odd location. Part of PR bin/53513.
This commit is contained in:
parent
45e3b02ce0
commit
cc8d93b4cd
|
@ -320,10 +320,6 @@ tre_agrep_get_next_record(int fd, const char *filename)
|
|||
}
|
||||
}
|
||||
|
||||
#include <sys/types.h>
|
||||
#include <sys/stat.h>
|
||||
#include <sys/mman.h>
|
||||
|
||||
#include <dirent.h>
|
||||
|
||||
static int tre_agrep_handle_file(const char */*filename*/);
|
||||
|
|
Loading…
Reference in New Issue