Remove unneeded #include <dirent.h>

This commit is contained in:
Xavier Del Campo Romero 2020-09-28 07:39:40 +02:00
parent 3de04d477f
commit 6930a91f26
1 changed files with 0 additions and 1 deletions

View File

@ -20,7 +20,6 @@
#include <unistd.h>
#include <sys/stat.h>
#include <sys/types.h>
#include <dirent.h>
#include <errno.h>
#include <stdio.h>
#include <errno.h>