[gnome-online-accounts] daemon: Clean up the #includes



commit d529a08176baa2fe058e5aa4dfd7011d88c800d3
Author: Debarshi Ray <debarshir gnome org>
Date:   Tue Feb 7 15:01:35 2017 +0100

    daemon: Clean up the #includes

 src/daemon/goadaemon.c |    3 ++-
 src/daemon/goadaemon.h |    2 +-
 2 files changed, 3 insertions(+), 2 deletions(-)
---
diff --git a/src/daemon/goadaemon.c b/src/daemon/goadaemon.c
index b0dabbf..d546322 100644
--- a/src/daemon/goadaemon.c
+++ b/src/daemon/goadaemon.c
@@ -21,12 +21,13 @@
 #include <errno.h>
 #include <string.h>
 
+#include <gio/gio.h>
 #include <glib/gi18n.h>
-#include <gio/gdesktopappinfo.h>
 #include <rest/rest-proxy.h>
 #include <libsoup/soup.h>
 
 #include "goadaemon.h"
+#include "goa/goa.h"
 #include "goabackend/goabackend.h"
 #include "goabackend/goaprovider-priv.h"
 #include "goabackend/goautils.h"
diff --git a/src/daemon/goadaemon.h b/src/daemon/goadaemon.h
index 1ff3a8b..4e117e4 100644
--- a/src/daemon/goadaemon.h
+++ b/src/daemon/goadaemon.h
@@ -19,7 +19,7 @@
 #ifndef __GOA_DAEMON_H__
 #define __GOA_DAEMON_H__
 
-#include <goa/goa.h>
+#include <glib-object.h>
 
 G_BEGIN_DECLS
 


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