Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 389919
Collapse All | Expand All

(-)1/glib/glue/list.c (-1 / +1 lines)
Lines 20-26 Link Here
20
 */
20
 */
21
21
22
22
23
#include <glib/glist.h>
23
#include <glib.h>
24
24
25
/* Forward declarations */
25
/* Forward declarations */
26
gpointer gtksharp_list_get_data (GList *l);
26
gpointer gtksharp_list_get_data (GList *l);
(-)1/glib/glue/slist.c (-1 / +1 lines)
Lines 20-26 Link Here
20
 */
20
 */
21
21
22
22
23
#include <glib/gslist.h>
23
#include <glib.h>
24
24
25
/* Forward declarations */
25
/* Forward declarations */
26
gpointer gtksharp_slist_get_data (GSList *l);
26
gpointer gtksharp_slist_get_data (GSList *l);
(-)1/glib/glue/thread.c (-1 / +1 lines)
Lines 20-26 Link Here
20
 */
20
 */
21
21
22
22
23
#include <glib/gthread.h>
23
#include <glib.h>
24
24
25
gboolean glibsharp_g_thread_supported (void);
25
gboolean glibsharp_g_thread_supported (void);
26
26

Return to bug 389919