(file_path.c) Remove dirent.h headers

This commit is contained in:
twinaphex 2015-09-04 20:47:55 +02:00
parent 603f95cbf4
commit a806a67b0b

View File

@ -42,11 +42,9 @@
#endif
#elif defined(VITA)
#include <psp2/io/fcntl.h>
#include <psp2/io/dirent.h>
#else
#include <sys/types.h>
#include <sys/stat.h>
#include <dirent.h>
#include <unistd.h>
#endif