summaryrefslogtreecommitdiff
path: root/src/mcd-account-manager.c
diff options
context:
space:
mode:
authorSimon McVittie <simon.mcvittie@collabora.co.uk>2012-05-10 16:37:31 +0100
committerSimon McVittie <simon.mcvittie@collabora.co.uk>2012-05-14 15:02:25 +0100
commit2c71a0c2c7a157e017b923cb2e0ed8e08a941b4f (patch)
tree4cbdf8bd0568712479a28b43bd4c64001634dff9 /src/mcd-account-manager.c
parentc5c011b0dc60508790b0410b37f2b6307d9d13d0 (diff)
Use telepathy-glib meta-headers
Signed-off-by: Simon McVittie <simon.mcvittie@collabora.co.uk> Reviewed-by: Jonny Lamb <jonny.lamb@collabora.co.uk> Bug: https://bugs.freedesktop.org/show_bug.cgi?id=49753
Diffstat (limited to 'src/mcd-account-manager.c')
-rw-r--r--src/mcd-account-manager.c10
1 files changed, 2 insertions, 8 deletions
diff --git a/src/mcd-account-manager.c b/src/mcd-account-manager.c
index 77c9cea9..c71d8087 100644
--- a/src/mcd-account-manager.c
+++ b/src/mcd-account-manager.c
@@ -31,14 +31,8 @@
#include <dbus/dbus-glib-lowlevel.h>
#include <dbus/dbus.h>
-#include <telepathy-glib/dbus.h>
-#include <telepathy-glib/enums.h>
-#include <telepathy-glib/svc-generic.h>
-#include <telepathy-glib/svc-account.h>
-#include <telepathy-glib/util.h>
-#include <telepathy-glib/errors.h>
-#include <telepathy-glib/interfaces.h>
-#include <telepathy-glib/svc-account-manager.h>
+#include <telepathy-glib/telepathy-glib.h>
+#include <telepathy-glib/telepathy-glib-dbus.h>
#include "mcd-account-manager-priv.h"
#include "mcd-storage.h"