[vlc-devel] commit: Do not include vlc_common from vlc/vlc anymore ( Rémi Denis-Courmont )

git version control git at videolan.org
Sun Jun 1 09:11:59 CEST 2008


vlc | branch: master | Rémi Denis-Courmont <rdenis at simphalempin.com> | Sun Jun  1 10:12:55 2008 +0300| [8c80fa1d7682cb48cec428fd5f8c10325169316c]

Do not include vlc_common from vlc/vlc anymore

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

 include/vlc/vlc.h |    4 ----
 1 files changed, 0 insertions(+), 4 deletions(-)

diff --git a/include/vlc/vlc.h b/include/vlc/vlc.h
index 17f491d..cb02016 100644
--- a/include/vlc/vlc.h
+++ b/include/vlc/vlc.h
@@ -28,10 +28,6 @@
 #ifndef _VLC_VLC_H
 #define _VLC_VLC_H 1
 
-# ifdef __LIBVLC__
-#  include <vlc_common.h> /* FIXME */
-# endif
-
 # ifdef __cplusplus
 extern "C" {
 # endif




More information about the vlc-devel mailing list