[gnome-online-accounts] utils: Clean up the #includes
- From: Debarshi Ray <debarshir src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-online-accounts] utils: Clean up the #includes
- Date: Tue, 7 Feb 2017 18:16:20 +0000 (UTC)
commit 10a2b24087baf657c2a60e44bfdee1ab45321004
Author: Debarshi Ray <debarshir gnome org>
Date: Tue Feb 7 17:40:42 2017 +0100
utils: Clean up the #includes
The src/goabackend/goabackendtypes.h header was rendered redundant
when the GoaProvider type declaration was moved into
src/goabackend/goaprovider.c as part of using G_DECLARE_DERIVABLE_TYPE.
src/goabackend/goautils.c | 1 -
src/goabackend/goautils.h | 3 ++-
2 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/src/goabackend/goautils.c b/src/goabackend/goautils.c
index 54f9c0d..77c7ab1 100644
--- a/src/goabackend/goautils.c
+++ b/src/goabackend/goautils.c
@@ -25,7 +25,6 @@
#include <telepathy-glib/telepathy-glib.h>
#endif
-#include "goaprovider.h"
#include "goautils.h"
static const SecretSchema secret_password_schema =
diff --git a/src/goabackend/goautils.h b/src/goabackend/goautils.h
index 372b53d..405e45e 100644
--- a/src/goabackend/goautils.h
+++ b/src/goabackend/goautils.h
@@ -27,7 +27,8 @@
#include <glib.h>
#include <gtk/gtk.h>
#include <libsoup/soup.h>
-#include <goabackend/goabackendtypes.h>
+
+#include "goaprovider.h"
G_BEGIN_DECLS
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]