summaryrefslogtreecommitdiff
path: root/salut
diff options
context:
space:
mode:
authorSimon McVittie <simon.mcvittie@collabora.co.uk>2013-01-04 15:51:19 +0000
committerSimon McVittie <simon.mcvittie@collabora.co.uk>2013-01-04 15:51:19 +0000
commitf75008175d3aa5397204eb3d0b757cb49fcde30c (patch)
treed0e453fda13b6c25cde263461e312feb511e9488 /salut
parent6e71b391494a265ecfe80691d8acfd8340d3eab2 (diff)
downloadtelepathy-salut-f75008175d3aa5397204eb3d0b757cb49fcde30c.tar.gz
Be single-include-compliant
Diffstat (limited to 'salut')
-rw-r--r--salut/caps-channel-manager.h3
-rw-r--r--salut/plugin-connection.h3
-rw-r--r--salut/plugin.h3
3 files changed, 3 insertions, 6 deletions
diff --git a/salut/caps-channel-manager.h b/salut/caps-channel-manager.h
index 4e0d561d..a933cc80 100644
--- a/salut/caps-channel-manager.h
+++ b/salut/caps-channel-manager.h
@@ -24,8 +24,7 @@
#define GABBLE_CAPS_CHANNEL_MANAGER_H
#include <glib-object.h>
-#include <telepathy-glib/exportable-channel.h>
-#include <telepathy-glib/handle.h>
+#include <telepathy-glib/telepathy-glib.h>
#include "capabilities.h"
diff --git a/salut/plugin-connection.h b/salut/plugin-connection.h
index bd71306c..2d098221 100644
--- a/salut/plugin-connection.h
+++ b/salut/plugin-connection.h
@@ -22,8 +22,7 @@
#include <glib-object.h>
-#include <telepathy-glib/base-connection.h>
-#include <telepathy-glib/base-contact-list.h>
+#include <telepathy-glib/telepathy-glib.h>
#include <wocky/wocky.h>
diff --git a/salut/plugin.h b/salut/plugin.h
index c10ba573..038afa5f 100644
--- a/salut/plugin.h
+++ b/salut/plugin.h
@@ -23,8 +23,7 @@
#include <glib-object.h>
-#include <telepathy-glib/base-connection-manager.h>
-#include <telepathy-glib/base-connection.h>
+#include <telepathy-glib/telepathy-glib.h>
#include <wocky/wocky.h>