]> git.sesse.net Git - vlc/commitdiff
plyalist_export: less includes.
authorRémi Duraffort <ivoire@videolan.org>
Wed, 25 Feb 2009 13:08:14 +0000 (14:08 +0100)
committerRémi Duraffort <ivoire@videolan.org>
Wed, 25 Feb 2009 18:37:02 +0000 (19:37 +0100)
modules/misc/playlist/html.c
modules/misc/playlist/m3u.c
modules/misc/playlist/old.c
modules/misc/playlist/xspf.c

index a0926f9e158b43c03657a36c95fe96f48f6a4d55..802214a6f5f9d3e905a5f7ea2b886fd26e51cc64 100644 (file)
@@ -1,7 +1,7 @@
 /*****************************************************************************
  * html.c : HTML playlist export module
  *****************************************************************************
- * Copyright (C) 2008 the VideoLAN team
+ * Copyright (C) 2008-2009 the VideoLAN team
  * $Id$
  *
  * Authors: Rémi Duraffort <ivoire@videolan.org>
@@ -28,7 +28,6 @@
 #include <vlc_common.h>
 #include <vlc_playlist.h>
 #include <vlc_input.h>
-#include <vlc_meta.h>
 #include <vlc_strings.h>
 
 #include <assert.h>
index 4cc4a1d405631a70a4cb121e90635c2e2e2fc40a..d3564d352e084934b5e83e995cca3eb274e42738 100644 (file)
@@ -1,7 +1,7 @@
 /*****************************************************************************
- * 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$
  *
  * Authors: Clément Stenac <zorglub@videolan.org>
 #endif
 
 #include <vlc_common.h>
-#include <vlc_interface.h>
 #include <vlc_playlist.h>
 #include <vlc_input.h>
 #include <vlc_meta.h>
 
-#include <errno.h>                                                 /* ENOMEM */
-
 #include <assert.h>
 
 /*****************************************************************************
index 6de9648a6038c00a8824cb7bafac475272915c63..2819cac1c9a38b0417de54ae9d5c3151ba74bce8 100644 (file)
@@ -1,7 +1,7 @@
 /*****************************************************************************
  * old.c : Old playlist format import/export
  *****************************************************************************
- * Copyright (C) 2004 the VideoLAN team
+ * Copyright (C) 2004-2009 the VideoLAN team
  * $Id$
  *
  * Authors: Clément Stenac <zorglub@videolan.org>
 #endif
 
 #include <vlc_common.h>
-#include <vlc_interface.h>
 #include <vlc_playlist.h>
 #include <vlc_input.h>
 #include <vlc_charset.h>
 
-#include <errno.h>                                                 /* ENOMEM */
 
 #define PLAYLIST_FILE_HEADER "# vlc playlist file version 0.5"
 
index 9bdfa43719c5c78dcc1ea01b0bb3160ef9c7cadf..9b7ef9640c1c7af546aefdb9b97d0f56044d390a 100644 (file)
@@ -1,7 +1,7 @@
 /******************************************************************************
  * xspf.c : XSPF playlist export functions
  ******************************************************************************
- * Copyright (C) 2006 the VideoLAN team
+ * Copyright (C) 2006-2009 the VideoLAN team
  * $Id$
  *
  * Authors: Daniel Stränger <vlc at schmaller dot de>
 #endif
 
 #include <vlc_common.h>
-#include <vlc_interface.h>
 #include <vlc_playlist.h>
 #include <vlc_input.h>
-#include <vlc_meta.h>
 #include <vlc_strings.h>
-#include <vlc_url.h>
 #include <vlc_charset.h>
 #include "xspf.h"