]> git.street.me.uk Git - andy/viking.git/blobdiff - src/vikfilelist.h
[QA] Use specific type
[andy/viking.git] / src / vikfilelist.h
index 3b2665e22548a89bd46e7791d813e12a55749ced..80376033022ce88c1d1bffed0e503012666b8a6e 100644 (file)
@@ -24,7 +24,7 @@
 
 #include <glib.h>
 #include <glib-object.h>
 
 #include <glib.h>
 #include <glib-object.h>
-#include <gtk/gtkvbox.h>
+#include <gtk/gtk.h>
 
 G_BEGIN_DECLS
 
 
 G_BEGIN_DECLS
 
@@ -49,4 +49,6 @@ GtkWidget *vik_file_list_new ( const gchar *title );
 GList *vik_file_list_get_files ( VikFileList *vfl );
 void vik_file_list_set_files ( VikFileList *vfl, GList * );
 
 GList *vik_file_list_get_files ( VikFileList *vfl );
 void vik_file_list_set_files ( VikFileList *vfl, GList * );
 
+G_END_DECLS
+
 #endif
 #endif