]> git.sesse.net Git - vlc/blobdiff - modules/misc/playlist/m3u.c
plyalist_export: less includes.
[vlc] / modules / misc / playlist / m3u.c
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>
 
 /*****************************************************************************