]> git.sesse.net Git - vlc/blobdiff - modules/gui/pda/pda_callbacks.h
configure: Set the proper werror variable when creating vlc-config.in
[vlc] / modules / gui / pda / pda_callbacks.h
index 00c5b849840861e73ccc17e1f355143f9c1ec80e..d8563beb755bfc1c52c434393c2bacd58d6a7334 100644 (file)
 
 #include <gtk/gtk.h>
 
-#include <vlc/vlc.h>
-#include <vlc/intf.h>
+#include <vlc_common.h>
+#include <vlc_interface.h>
 
 void ReadDirectory( intf_thread_t *p_intf, GtkListStore *p_list, char *psz_dir );
-void PlaylistRebuildListStore( GtkListStore *p_list, playlist_t * p_playlist );
+void PlaylistRebuildListStore( intf_thread_t *p_intf, GtkListStore *p_list, playlist_t * p_playlist );
 
 
 gboolean