]> git.sesse.net Git - vlc/blobdiff - modules/misc/profile_parser.c
cdda: Warn about wrong playlist usage in the file.
[vlc] / modules / misc / profile_parser.c
index a75dfba1eb9aae2653b34cc567604efc22c6f3fc..0b602c4ccf4641c1ca80156e61736e7c0a87db02 100644 (file)
@@ -2,7 +2,7 @@
  * profile_parser.c : VLC Streaming Profile parser
  *****************************************************************************
  * Copyright (C) 2003-2006 the VideoLAN team
- * $Id: rtsp.c 16204 2006-08-03 16:58:10Z zorglub $
+ * $Id$
  *
  * Authors: Laurent Aimar <fenrir@via.ecp.fr>
  *          Gildas Bazin <gbazin@videolan.org>
@@ -25,7 +25,8 @@
 # include "config.h"
 #endif
 
-#include <vlc/vlc.h>
+#include <vlc_common.h>
+#include <vlc_plugin.h>
 #include <vlc_stream.h>
 #include <vlc_streaming.h>
 #include "vlc_xml.h"