libbluray | branch: master | hpi1 <[email protected]> | Thu Apr 30 16:17:06 2015 +0300| [b310275e47a8e7e0fcb97d5cc0840dc003a9a8bc] | committer: hpi1
Remove double includes > http://git.videolan.org/gitweb.cgi/libbluray.git/?a=commit;h=b310275e47a8e7e0fcb97d5cc0840dc003a9a8bc --- src/file/file_posix.c | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/file/file_posix.c b/src/file/file_posix.c index 999a617..2103216 100644 --- a/src/file/file_posix.c +++ b/src/file/file_posix.c @@ -175,9 +175,6 @@ int file_unlink(const char *file) return remove(file); } -#include <sys/stat.h> -#include <sys/types.h> - int file_path_exists(const char *path) { struct stat s; _______________________________________________ libbluray-devel mailing list [email protected] https://mailman.videolan.org/listinfo/libbluray-devel
