[vlc-devel] commit: vout: Remove vlc_playlist.h from included header list. (Pierre d' Herbemont )
git version control
git at videolan.org
Sat Jun 14 16:42:28 CEST 2008
vlc | branch: master | Pierre d'Herbemont <pdherbemont at videolan.org> | Sat Jun 14 16:41:21 2008 +0200| [ffcd6fe001075b974d1e2605848f42c9f9458d3a]
vout: Remove vlc_playlist.h from included header list.
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=ffcd6fe001075b974d1e2605848f42c9f9458d3a
---
src/video_output/video_output.c | 1 -
1 files changed, 0 insertions(+), 1 deletions(-)
diff --git a/src/video_output/video_output.c b/src/video_output/video_output.c
index 0f4a1b8..2f26340 100644
--- a/src/video_output/video_output.c
+++ b/src/video_output/video_output.c
@@ -44,7 +44,6 @@
#endif
#include <vlc_vout.h>
-#include <vlc_playlist.h>
#include <vlc_filter.h>
#include <vlc_osd.h>
More information about the vlc-devel
mailing list