]> git.sesse.net Git - vlc/commitdiff
nsc: No need to include vlc_playlist.h
authorPierre d'Herbemont <pdherbemont@videolan.org>
Sat, 14 Jun 2008 16:01:15 +0000 (18:01 +0200)
committerPierre d'Herbemont <pdherbemont@videolan.org>
Sat, 14 Jun 2008 16:01:15 +0000 (18:01 +0200)
modules/demux/nsc.c

index af8691a812fedc695d11f8b936080efafea696a4..2c44dcbf34d292895967f0880db10979197c2fb4 100644 (file)
@@ -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