summaryrefslogtreecommitdiff
path: root/src/connection.h
diff options
context:
space:
mode:
authorGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>2013-09-12 15:28:19 +0200
committerGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>2013-09-12 15:57:28 +0200
commit26e58808539660ea63f5da29d72b6792900d2de2 (patch)
tree1bb8a6ed606851c9af7deddbe98794393b731dbf /src/connection.h
parentba2e1f41475316609974d2dad157848b3aaead3d (diff)
downloadtelepathy-haze-26e58808539660ea63f5da29d72b6792900d2de2.tar.gz
use tp-glib single includes
https://bugs.freedesktop.org/show_bug.cgi?id=69272
Diffstat (limited to 'src/connection.h')
-rw-r--r--src/connection.h5
1 files changed, 1 insertions, 4 deletions
diff --git a/src/connection.h b/src/connection.h
index 7fc8668..cf463a1 100644
--- a/src/connection.h
+++ b/src/connection.h
@@ -22,10 +22,7 @@
*/
#include <glib-object.h>
-#include <telepathy-glib/base-connection.h>
-#include <telepathy-glib/contacts-mixin.h>
-#include <telepathy-glib/presence-mixin.h>
-#include <telepathy-glib/simple-password-manager.h>
+#include <telepathy-glib/telepathy-glib.h>
#include <libpurple/account.h>
#include <libpurple/prpl.h>