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:
andvar 2024-05-24 07:52:45 +00:00
parent 45e3b02ce0
commit cc8d93b4cd
1 changed files with 0 additions and 4 deletions

View File

@ -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*/);