[gnome-online-accounts] enums: We don't need GIO, only GLib for G_{BEGIN, END}_DECLS



commit 9bc48938ba94e8135c5004ea575cfd87bfb0ba0e
Author: Debarshi Ray <debarshir gnome org>
Date:   Tue Feb 7 15:57:24 2017 +0100

    enums: We don't need GIO, only GLib for G_{BEGIN, END}_DECLS

 src/goa/goaenums.h |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/goa/goaenums.h b/src/goa/goaenums.h
index 8b6740f..9ef4984 100644
--- a/src/goa/goaenums.h
+++ b/src/goa/goaenums.h
@@ -23,7 +23,7 @@
 #ifndef __GOA_ENUMS_H__
 #define __GOA_ENUMS_H__
 
-#include <gio/gio.h>
+#include <glib.h>
 
 G_BEGIN_DECLS
 


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]