[libbluray-devel] Remove double includes

hpi1 git at videolan.org
Thu May 7 11:50:37 CEST 2015


libbluray | branch: master | hpi1 <hpi1 at anonymous.org> | 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;



More information about the libbluray-devel mailing list