summaryrefslogtreecommitdiff
path: root/src/im-channel-factory.c
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/im-channel-factory.c
parentba2e1f41475316609974d2dad157848b3aaead3d (diff)
use tp-glib single includes
https://bugs.freedesktop.org/show_bug.cgi?id=69272
Diffstat (limited to 'src/im-channel-factory.c')
-rw-r--r--src/im-channel-factory.c7
1 files changed, 1 insertions, 6 deletions
diff --git a/src/im-channel-factory.c b/src/im-channel-factory.c
index 3fb9824..21fade5 100644
--- a/src/im-channel-factory.c
+++ b/src/im-channel-factory.c
@@ -24,12 +24,7 @@
#include <string.h>
-#include <telepathy-glib/base-connection.h>
-#include <telepathy-glib/channel-manager.h>
-#include <telepathy-glib/dbus.h>
-#include <telepathy-glib/gtypes.h>
-#include <telepathy-glib/handle-repo.h>
-#include <telepathy-glib/interfaces.h>
+#include <telepathy-glib/telepathy-glib.h>
#include "debug.h"
#include "im-channel.h"