[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:17:57 2009 +0000| [15aa77be5181f28c49a90c047e39c36fdb2b6a2a] | committer: Christophe Mutricy 

Remove unused includes

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

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

diff --git a/modules/access/v4l2.c b/modules/access/v4l2.c
index e4fb38a..72f82d7 100644
--- a/modules/access/v4l2.c
+++ b/modules/access/v4l2.c
@@ -42,24 +42,14 @@
 #include <vlc_access.h>
 #include <vlc_demux.h>
 #include <vlc_input.h>
-#include <vlc_vout.h>
 
 #include <ctype.h>
 #include <fcntl.h>
-#include <unistd.h>
 #include <sys/ioctl.h>
 #include <sys/mman.h>
 
 #include <linux/videodev2.h>
 
-#include <sys/soundcard.h>
-
-#ifdef HAVE_ALSA
-#   define ALSA_PCM_NEW_HW_PARAMS_API
-#   define ALSA_PCM_NEW_SW_PARAMS_API
-#   include <alsa/asoundlib.h>
-#endif
-
 #include <poll.h>
 
 #ifdef HAVE_LIBV4L2




More information about the vlc-devel mailing list