[vlc-devel] commit: input: Remove vlc_playlist.h inclusion. (Pierre d'Herbemont )
git version control
git at videolan.org
Sat Jun 14 15:17:00 CEST 2008
vlc | branch: master | Pierre d'Herbemont <pdherbemont at videolan.org> | Sat Jun 14 15:15:19 2008 +0200| [1f145937721523b02169e0c03697b65b95444bd3]
input: Remove vlc_playlist.h inclusion.
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=1f145937721523b02169e0c03697b65b95444bd3
---
src/input/input.c | 1 -
1 files changed, 0 insertions(+), 1 deletions(-)
diff --git a/src/input/input.c b/src/input/input.c
index 2476fe8..f397d4d 100644
--- a/src/input/input.c
+++ b/src/input/input.c
@@ -43,7 +43,6 @@
#include <vlc_interface.h>
#include <vlc_url.h>
#include <vlc_charset.h>
-#include <vlc_playlist.h>
#ifdef HAVE_SYS_STAT_H
# include <sys/stat.h>
More information about the vlc-devel
mailing list