[vlc-commits] Remove silly #include

Rémi Denis-Courmont git at videolan.org
Thu Feb 10 18:51:08 CET 2011


vlc | branch: master | Rémi Denis-Courmont <remi at remlab.net> | Thu Feb 10 19:31:25 2011 +0200| [b57723308cc755b23b3e31be5936170ec3b97805] | committer: Rémi Denis-Courmont

Remove silly #include

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=b57723308cc755b23b3e31be5936170ec3b97805
---

 src/libvlc.h |    4 +---
 1 files changed, 1 insertions(+), 3 deletions(-)

diff --git a/src/libvlc.h b/src/libvlc.h
index 82a05d0..b515d61 100644
--- a/src/libvlc.h
+++ b/src/libvlc.h
@@ -25,8 +25,6 @@
 #ifndef LIBVLC_LIBVLC_H
 # define LIBVLC_LIBVLC_H 1
 
-#include<vlc_media_library.h>
-
 typedef struct variable_t variable_t;
 
 /* Actions (hot keys) */
@@ -204,7 +202,7 @@ typedef struct libvlc_priv_t
     /* Singleton objects */
     module_t          *p_memcpy_module;  ///< Fast memcpy plugin used
     playlist_t        *p_playlist; ///< the playlist singleton
-    media_library_t   *p_ml;    ///< the ML singleton
+    struct media_library_t *p_ml;    ///< the ML singleton
     vlc_mutex_t       ml_lock; ///< Mutex for ML creation
     vlm_t             *p_vlm;  ///< the VLM singleton (or NULL)
     vlc_object_t      *p_dialog_provider; ///< dialog provider



More information about the vlc-commits mailing list