[vlc-devel] commit: cdda: Remove inclusion of vlc_playlist.h. (Pierre d'Herbemont )
git version control
git at videolan.org
Sat Jun 14 17:34:33 CEST 2008
vlc | branch: master | Pierre d'Herbemont <pdherbemont at videolan.org> | Sat Jun 14 17:01:25 2008 +0200| [d974dcd56c3e6e64c63911f8aee16eb3bf5ca1b5]
cdda: Remove inclusion of vlc_playlist.h.
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=d974dcd56c3e6e64c63911f8aee16eb3bf5ca1b5
---
modules/access/cdda/access.c | 1 -
1 files changed, 0 insertions(+), 1 deletions(-)
diff --git a/modules/access/cdda/access.c b/modules/access/cdda/access.c
index ddf974a..d399ab9 100644
--- a/modules/access/cdda/access.c
+++ b/modules/access/cdda/access.c
@@ -30,7 +30,6 @@
#include "cdda.h" /* private structures. Also #includes vlc things */
#include "info.h" /* headers for meta info retrieval */
#include "access.h"
-#include <vlc_playlist.h> /* Has to come *after* cdda.h */
#include "vlc_keys.h"
#include <vlc_interface.h>
More information about the vlc-devel
mailing list