uoa: Remove #include <libaccounts-glib/ag-auth-data.h>
authorMatthew Barnes <mbarnes@redhat.com>
Sat, 2 Feb 2013 13:21:27 +0000 (08:21 -0500)
committerMatthew Barnes <mbarnes@redhat.com>
Sun, 3 Feb 2013 01:47:15 +0000 (20:47 -0500)
Including <libaccounts-glib/accounts-glib.h> is sufficient now.

modules/ubuntu-online-accounts/module-ubuntu-online-accounts.c
modules/ubuntu-online-accounts/uoa-utils.c

index 869402b..3a37a8c 100644 (file)
@@ -21,9 +21,6 @@
 #include <libsignon-glib/signon-glib.h>
 #include <libaccounts-glib/accounts-glib.h>
 
-/* XXX accounts-glib.h should include this */
-#include <libaccounts-glib/ag-auth-data.h>
-
 #include <libebackend/libebackend.h>
 
 #include "uoa-utils.h"
index 8d9374c..ade5dbf 100644 (file)
@@ -24,9 +24,6 @@
 #include <json-glib/json-glib.h>
 #include <libsignon-glib/signon-glib.h>
 
-/* XXX accounts-glib.h should include this */
-#include <libaccounts-glib/ag-auth-data.h>
-
 #define GOOGLE_USERINFO_URI \
        "https://www.googleapis.com/oauth2/v2/userinfo"