Commit 9b749a07 authored by Rémi Denis-Courmont's avatar Rémi Denis-Courmont

Fix #includes and remove useless variable

parent 3b043bf1
...@@ -27,12 +27,10 @@ ...@@ -27,12 +27,10 @@
/***************************************************************************** /*****************************************************************************
* Preamble * Preamble
*****************************************************************************/ *****************************************************************************/
#include <ctype.h> /* isspace() */
#include <vlc/vlc.h> #include <vlc/vlc.h>
#include <vlc_demux.h> #include <vlc_demux.h>
#include <errno.h> /* ENOMEM */ #include <ctype.h>
#include <vlc_charset.h> #include <vlc_charset.h>
#include "playlist.h" #include "playlist.h"
#include "vlc_meta.h" #include "vlc_meta.h"
......
...@@ -24,7 +24,6 @@ ...@@ -24,7 +24,6 @@
/***************************************************************************** /*****************************************************************************
* Preamble * Preamble
*****************************************************************************/ *****************************************************************************/
#include <ctype.h> /* isspace() */
#include <vlc/vlc.h> #include <vlc/vlc.h>
#include <vlc_demux.h> #include <vlc_demux.h>
......
...@@ -51,7 +51,6 @@ description:The now infamous Apple Macintosh commercial aired during the 1984 Su ...@@ -51,7 +51,6 @@ description:The now infamous Apple Macintosh commercial aired during the 1984 Su
#include <vlc/vlc.h> #include <vlc/vlc.h>
#include <vlc_demux.h> #include <vlc_demux.h>
#include <errno.h> /* ENOMEM */
#include "playlist.h" #include "playlist.h"
#define MAX_LINE 1024 #define MAX_LINE 1024
......
...@@ -27,7 +27,6 @@ ...@@ -27,7 +27,6 @@
#include <vlc/vlc.h> #include <vlc/vlc.h>
#include <vlc_demux.h> #include <vlc_demux.h>
#include <errno.h> /* ENOMEM */
#include "playlist.h" #include "playlist.h"
/***************************************************************************** /*****************************************************************************
...@@ -81,8 +80,6 @@ void E_(Close_IFO)( vlc_object_t *p_this ) ...@@ -81,8 +80,6 @@ void E_(Close_IFO)( vlc_object_t *p_this )
static int Demux( demux_t *p_demux ) static int Demux( demux_t *p_demux )
{ {
char *psz_url = NULL; char *psz_url = NULL;
char *psz_file = p_demux->psz_path + strlen( p_demux->psz_path )
- strlen( "VIDEO_TS.IFO" );
size_t len = 0; size_t len = 0;
input_item_t *p_input; input_item_t *p_input;
......
...@@ -30,7 +30,6 @@ ...@@ -30,7 +30,6 @@
#include <vlc_demux.h> #include <vlc_demux.h>
#include <vlc_charset.h> #include <vlc_charset.h>
#include <errno.h> /* ENOMEM */
#include "playlist.h" #include "playlist.h"
struct demux_sys_t struct demux_sys_t
......
...@@ -24,8 +24,6 @@ ...@@ -24,8 +24,6 @@
/***************************************************************************** /*****************************************************************************
* Preamble * Preamble
*****************************************************************************/ *****************************************************************************/
#include <ctype.h> /* isspace() */
#include <vlc/vlc.h> #include <vlc/vlc.h>
#include <vlc_demux.h> #include <vlc_demux.h>
......
...@@ -47,7 +47,6 @@ volume - 0 (mute) - 100 (max) ...@@ -47,7 +47,6 @@ volume - 0 (mute) - 100 (max)
/***************************************************************************** /*****************************************************************************
* Preamble * Preamble
*****************************************************************************/ *****************************************************************************/
#include <ctype.h> /* isspace() */
#include <vlc/vlc.h> #include <vlc/vlc.h>
#include <vlc_demux.h> #include <vlc_demux.h>
......
...@@ -25,12 +25,10 @@ ...@@ -25,12 +25,10 @@
/***************************************************************************** /*****************************************************************************
* Preamble * Preamble
*****************************************************************************/ *****************************************************************************/
#include <ctype.h> /* isspace() */
#include <vlc/vlc.h> #include <vlc/vlc.h>
#include <vlc_demux.h> #include <vlc_demux.h>
#include <errno.h> /* ENOMEM */
#include "playlist.h" #include "playlist.h"
#include "vlc_xml.h" #include "vlc_xml.h"
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment