]> git.sesse.net Git - vlc/blobdiff - modules/access/dv.c
Removes trailing spaces. Removes tabs.
[vlc] / modules / access / dv.c
index 8a5d6376754a561dafa311e1f541ee0d84d8b109..3f94f8d839256cf06032470195db9e8e65f1f4e1 100644 (file)
@@ -27,8 +27,6 @@
 #include <vlc/vlc.h>
 #include <vlc_access.h>
 
-#include <stdlib.h>
-#include <string.h>
 #include <errno.h>
 #ifdef HAVE_SYS_TYPES_H
 #   include <sys/types.h>
@@ -229,7 +227,7 @@ static int Open( vlc_object_t *p_this )
         free( psz_name );
         return VLC_EGENERIC;
     }
-    
     p_sys->p_ev->p_frame = NULL;
     p_sys->p_ev->pp_last = &p_sys->p_ev->p_frame;
     p_sys->p_ev->p_access = p_access;