[vlc-devel] commit: Remove unused includes (Christophe Mutricy )
git version control
git at videolan.org
Wed Jan 14 22:38:29 CET 2009
vlc | branch: master | Christophe Mutricy <xtophe at videolan.org> | Wed Jan 14 21:22:29 2009 +0000| [e20540fd90f3591cdf3d743f7547afead468f0cf] | committer: Christophe Mutricy
Remove unused includes
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=e20540fd90f3591cdf3d743f7547afead468f0cf
---
modules/access/v4l.c | 5 -----
1 files changed, 0 insertions(+), 5 deletions(-)
diff --git a/modules/access/v4l.c b/modules/access/v4l.c
index 69eb305..f3b62a5 100644
--- a/modules/access/v4l.c
+++ b/modules/access/v4l.c
@@ -38,14 +38,9 @@
#include <vlc_demux.h>
#include <vlc_access.h>
#include <vlc_vout.h>
-#include <vlc_codecs.h>
-#include <sys/types.h>
-#include <sys/stat.h>
#include <sys/ioctl.h>
-#include <unistd.h>
#include <sys/mman.h>
-#include <errno.h>
#include <fcntl.h>
#include <arpa/inet.h>
More information about the vlc-devel
mailing list