diff options
author | Simon McVittie <simon.mcvittie@collabora.co.uk> | 2013-01-04 15:51:19 +0000 |
---|---|---|
committer | Simon McVittie <simon.mcvittie@collabora.co.uk> | 2013-01-04 15:51:19 +0000 |
commit | f75008175d3aa5397204eb3d0b757cb49fcde30c (patch) | |
tree | d0e453fda13b6c25cde263461e312feb511e9488 /salut | |
parent | 6e71b391494a265ecfe80691d8acfd8340d3eab2 (diff) |
Be single-include-compliant
Diffstat (limited to 'salut')
-rw-r--r-- | salut/caps-channel-manager.h | 3 | ||||
-rw-r--r-- | salut/plugin-connection.h | 3 | ||||
-rw-r--r-- | salut/plugin.h | 3 |
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> |