]> git.sesse.net Git - vlc/blobdiff - modules/access/vcdx/demux.c
Removes trailing spaces. Removes tabs.
[vlc] / modules / access / vcdx / demux.c
index 37ae4492e89cfbb5a094aeda1fc11238148f8f50..8382d79148c35716e234fb42c3fc768d0b91626f 100644 (file)
@@ -4,7 +4,7 @@
  * Copyright (C) 1998-2001 the VideoLAN team
  * $Id$
  *
- * Author: Stéphane Borel <stef@via.ecp.fr>
+ * Author: Stéphane Borel <stef@via.ecp.fr>
  *
  * This program is free software; you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
  *
  * You should have received a copy of the GNU General Public License
  * along with this program; if not, write to the Free Software
- * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111, USA.
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston MA 02110-1301, USA.
  *****************************************************************************/
 
 /*****************************************************************************
  * Preamble
  *****************************************************************************/
-#include <stdio.h>
-#include <stdlib.h>
-#include <string.h>
 
 #include <vlc/vlc.h>
-#include <vlc/input.h>
-#include <vlc/intf.h>
+#include <vlc_input.h>
+#include <vlc_access.h>
+#include <vlc_interface.h>
 
 #ifdef HAVE_UNISTD_H
 #   include <unistd.h>
@@ -39,7 +37,6 @@
 #include <fcntl.h>
 #include <sys/types.h>
 #include <sys/stat.h>
-#include <string.h>
 #include <errno.h>
 
 #ifdef STRNCASECMP_IN_STRINGS_H
@@ -79,7 +76,7 @@ int E_(VCDInit) ( vlc_object_t *p_this )
     demux_sys_t *   p_demux;
 
     printf("++++ VCDInit CALLED\n");
-    
 
     if( p_input->stream.i_method != INPUT_METHOD_VCD )
     {