[vlc-devel] commit: No need to auto-include <vlc_plugin.h> anymore ( Rémi Denis-Courmont )

git version control git at videolan.org
Thu May 8 18:43:24 CEST 2008


vlc | branch: master | Rémi Denis-Courmont <rem at videolan.org> | Thu May  8 19:35:15 2008 +0300| [e66ff927602b99b3b829fe3007db4f23e82086b4]

No need to auto-include <vlc_plugin.h> anymore

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

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

diff --git a/include/vlc_common.h b/include/vlc_common.h
index 651b060..439c61f 100644
--- a/include/vlc_common.h
+++ b/include/vlc_common.h
@@ -430,8 +430,6 @@ typedef int ( * vlc_callback_t ) ( vlc_object_t *,      /* variable's object */
 #  endif
 #endif
 
-#include <vlc_plugin.h>
-
 /*****************************************************************************
  * OS-specific headers and thread types
  *****************************************************************************/




More information about the vlc-devel mailing list