[vlc-devel] commit: cdda: Don't include vlc_playlist.h. (Pierre d'Herbemont )
git version control
git at videolan.org
Fri Aug 21 13:01:02 CEST 2009
vlc | branch: master | Pierre d'Herbemont <pdherbemont at free.fr> | Fri Aug 21 12:55:59 2009 +0200| [a4d20f9d15585c0d4bdaf9e40e6190d3621e8121] | committer: Pierre d'Herbemont
cdda: Don't include vlc_playlist.h.
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=a4d20f9d15585c0d4bdaf9e40e6190d3621e8121
---
modules/access/cdda/info.c | 3 ---
1 files changed, 0 insertions(+), 3 deletions(-)
diff --git a/modules/access/cdda/info.c b/modules/access/cdda/info.c
index dc3448f..7d5467e 100644
--- a/modules/access/cdda/info.c
+++ b/modules/access/cdda/info.c
@@ -27,9 +27,6 @@
#include "callback.h" /* FIXME - reorganize callback.h, cdda.h better */
#include "cdda.h" /* private structures. Also #includes vlc things */
-#warning playlist code must not be used here.
-#include <vlc_playlist.h> /* Has to come *after* cdda.h */
-
#include <cdio/cdio.h>
#include <cdio/cdtext.h>
#include <cdio/logging.h>
More information about the vlc-devel
mailing list