]> git.sesse.net Git - vlc/blobdiff - src/interface/interface.c
libvlc: use vlc_common.h (libvlccore) instead of vlc/vlc.h
[vlc] / src / interface / interface.c
index 24a25c34d03e578e62f25311ae7c006a81b01f69..9ec0628d49694e42ce4cd684433b55a629307cab 100644 (file)
@@ -37,7 +37,7 @@
 # include "config.h"
 #endif
 
-#include <vlc/vlc.h>
+#include <vlc_common.h>
 
 #include <vlc_aout.h>
 #include <vlc_vout.h>
@@ -88,7 +88,6 @@ static void intf_Destroy( vlc_object_t *obj )
 intf_thread_t* __intf_Create( vlc_object_t *p_this, const char *psz_module )
 {
     intf_thread_t * p_intf;
-    int i;
 
     /* Allocate structure */
     p_intf = vlc_object_create( p_this, VLC_OBJECT_INTF );