[vlc-devel] commit: nsc: No need to include vlc_playlist.h (Pierre d'Herbemont )
git version control
git at videolan.org
Sat Jun 14 17:59:26 CEST 2008
vlc | branch: master | Pierre d'Herbemont <pdherbemont at videolan.org> | Sat Jun 14 18:01:15 2008 +0200| [bcab891bb6cfa062ed460c45dd0b8903de0419b0]
nsc: No need to include vlc_playlist.h
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=bcab891bb6cfa062ed460c45dd0b8903de0419b0
---
modules/demux/nsc.c | 1 -
1 files changed, 0 insertions(+), 1 deletions(-)
diff --git a/modules/demux/nsc.c b/modules/demux/nsc.c
index af8691a..2c44dcb 100644
--- a/modules/demux/nsc.c
+++ b/modules/demux/nsc.c
@@ -32,7 +32,6 @@
#include <vlc_common.h>
#include <vlc_plugin.h>
#include <vlc_demux.h>
-#include <vlc_playlist.h>
#include <ctype.h>
#define MAX_LINE 16024
More information about the vlc-devel
mailing list