[vlc-devel] commit: Remove useless includes ( Rémi Denis-Courmont )

git version control git at videolan.org
Sat Sep 27 19:58:23 CEST 2008


vlc | branch: master | Rémi Denis-Courmont <rdenis at simphalempin.com> | Sat Sep 27 21:01:48 2008 +0300| [96655c5e1da91c09b6a0fca573136c32c05dc610] | committer: Rémi Denis-Courmont 

Remove useless includes

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=96655c5e1da91c09b6a0fca573136c32c05dc610
---

 modules/access/directory.c |    9 ---------
 1 files changed, 0 insertions(+), 9 deletions(-)

diff --git a/modules/access/directory.c b/modules/access/directory.c
index 1de68fa..93b34f4 100644
--- a/modules/access/directory.c
+++ b/modules/access/directory.c
@@ -30,12 +30,9 @@
 # include "config.h"
 #endif
 
-#include <assert.h>
 #include <vlc_common.h>
 #include <vlc_plugin.h>
-#include <vlc_input.h>
 #include <vlc_access.h>
-#include <vlc_demux.h>
 
 #ifdef HAVE_SYS_TYPES_H
 #   include <sys/types.h>
@@ -43,12 +40,6 @@
 #ifdef HAVE_SYS_STAT_H
 #   include <sys/stat.h>
 #endif
-#ifdef HAVE_ERRNO_H
-#   include <errno.h>
-#endif
-#ifdef HAVE_FCNTL_H
-#   include <fcntl.h>
-#endif
 
 #ifdef HAVE_UNISTD_H
 #   include <unistd.h>




More information about the vlc-devel mailing list