Commit 93067a2e authored by Rémi Duraffort's avatar Rémi Duraffort

plyalist_export: less includes.

parent 277ae701
/***************************************************************************** /*****************************************************************************
* html.c : HTML playlist export module * html.c : HTML playlist export module
***************************************************************************** *****************************************************************************
* Copyright (C) 2008 the VideoLAN team * Copyright (C) 2008-2009 the VideoLAN team
* $Id$ * $Id$
* *
* Authors: Rémi Duraffort <ivoire@videolan.org> * Authors: Rémi Duraffort <ivoire@videolan.org>
...@@ -28,7 +28,6 @@ ...@@ -28,7 +28,6 @@
#include <vlc_common.h> #include <vlc_common.h>
#include <vlc_playlist.h> #include <vlc_playlist.h>
#include <vlc_input.h> #include <vlc_input.h>
#include <vlc_meta.h>
#include <vlc_strings.h> #include <vlc_strings.h>
#include <assert.h> #include <assert.h>
......
/***************************************************************************** /*****************************************************************************
* m3u.c : M3U playlist export module * m3u.c : M3U playlist export module
***************************************************************************** *****************************************************************************
* Copyright (C) 2004 the VideoLAN team * Copyright (C) 2004-2009 the VideoLAN team
* $Id$ * $Id$
* *
* Authors: Clément Stenac <zorglub@videolan.org> * Authors: Clément Stenac <zorglub@videolan.org>
...@@ -30,13 +30,10 @@ ...@@ -30,13 +30,10 @@
#endif #endif
#include <vlc_common.h> #include <vlc_common.h>
#include <vlc_interface.h>
#include <vlc_playlist.h> #include <vlc_playlist.h>
#include <vlc_input.h> #include <vlc_input.h>
#include <vlc_meta.h> #include <vlc_meta.h>
#include <errno.h> /* ENOMEM */
#include <assert.h> #include <assert.h>
/***************************************************************************** /*****************************************************************************
......
/***************************************************************************** /*****************************************************************************
* old.c : Old playlist format import/export * old.c : Old playlist format import/export
***************************************************************************** *****************************************************************************
* Copyright (C) 2004 the VideoLAN team * Copyright (C) 2004-2009 the VideoLAN team
* $Id$ * $Id$
* *
* Authors: Clément Stenac <zorglub@videolan.org> * Authors: Clément Stenac <zorglub@videolan.org>
...@@ -30,12 +30,10 @@ ...@@ -30,12 +30,10 @@
#endif #endif
#include <vlc_common.h> #include <vlc_common.h>
#include <vlc_interface.h>
#include <vlc_playlist.h> #include <vlc_playlist.h>
#include <vlc_input.h> #include <vlc_input.h>
#include <vlc_charset.h> #include <vlc_charset.h>
#include <errno.h> /* ENOMEM */
#define PLAYLIST_FILE_HEADER "# vlc playlist file version 0.5" #define PLAYLIST_FILE_HEADER "# vlc playlist file version 0.5"
......
/****************************************************************************** /******************************************************************************
* xspf.c : XSPF playlist export functions * xspf.c : XSPF playlist export functions
****************************************************************************** ******************************************************************************
* Copyright (C) 2006 the VideoLAN team * Copyright (C) 2006-2009 the VideoLAN team
* $Id$ * $Id$
* *
* Authors: Daniel Stränger <vlc at schmaller dot de> * Authors: Daniel Stränger <vlc at schmaller dot de>
...@@ -31,12 +31,9 @@ ...@@ -31,12 +31,9 @@
#endif #endif
#include <vlc_common.h> #include <vlc_common.h>
#include <vlc_interface.h>
#include <vlc_playlist.h> #include <vlc_playlist.h>
#include <vlc_input.h> #include <vlc_input.h>
#include <vlc_meta.h>
#include <vlc_strings.h> #include <vlc_strings.h>
#include <vlc_url.h>
#include <vlc_charset.h> #include <vlc_charset.h>
#include "xspf.h" #include "xspf.h"
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment