]> git.sesse.net Git - vlc/blobdiff - modules/access/dc1394.c
v4l2: Cosmetics.
[vlc] / modules / access / dc1394.c
index 26445d6bde42538fe88aa21f44e8316fb7325017..e8f3ed813e2ba52b35ac53d0783f7c74ec0d3195 100644 (file)
@@ -8,7 +8,7 @@
  *****************************************************************************
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public
- * License as published by the Free Software Foundation; 
+ * License as published by the Free Software Foundation;
  * version 2 of the License.
  *
  * This library is distributed in the hope that it will be useful,
@@ -31,8 +31,6 @@
 #include <vlc_vout.h>
 #include <vlc_demux.h>
 
-#include <stdio.h>
-#include <string.h>
 
 #ifdef HAVE_FCNTL_H
 #   include <fcntl.h>
@@ -830,7 +828,7 @@ static int Control( demux_t *p_demux, int i_query, va_list args )
 static int process_options( demux_t *p_demux )
 {
     demux_sys_t *p_sys = p_demux->p_sys;
-    char *psz_dup; 
+    char *psz_dup;
     char *psz_parser;
     char *token = NULL;
     char *state = NULL;