summaryrefslogtreecommitdiff
path: root/gabble
diff options
context:
space:
mode:
authorSimon McVittie <simon.mcvittie@collabora.co.uk>2012-05-30 13:34:20 +0100
committerSimon McVittie <simon.mcvittie@collabora.co.uk>2012-05-30 13:34:20 +0100
commitfa3b39e7a84fa985a5f7bac664fa6af8a355e622 (patch)
tree472434fcdd4f146a700fe283b3ff751606f6a9bf /gabble
parent4f67d0e00694967c31ab35ab6eec0a325bc19d5d (diff)
Use meta-headers for everything
Reviewed-by: Xavier Claessens <xavier.claessens@collabora.co.uk> Bug: https://bugs.freedesktop.org/show_bug.cgi?id=49384
Diffstat (limited to 'gabble')
-rw-r--r--gabble/caps-channel-manager.h3
-rw-r--r--gabble/connection.h3
-rw-r--r--gabble/plugin-connection.h3
-rw-r--r--gabble/plugin.h3
4 files changed, 4 insertions, 8 deletions
diff --git a/gabble/caps-channel-manager.h b/gabble/caps-channel-manager.h
index 9442476ac..a43283944 100644
--- a/gabble/caps-channel-manager.h
+++ b/gabble/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/gabble/connection.h b/gabble/connection.h
index 5c7bf51e7..0365699d1 100644
--- a/gabble/connection.h
+++ b/gabble/connection.h
@@ -21,8 +21,7 @@
#ifndef GABBLE_PLUGINS_CONNECTION_H
#define GABBLE_PLUGINS_CONNECTION_H
-#include <telepathy-glib/base-connection.h>
-#include <telepathy-glib/base-contact-list.h>
+#include <telepathy-glib/telepathy-glib.h>
#include <gabble/capabilities-set.h>
#include <gabble/types.h>
diff --git a/gabble/plugin-connection.h b/gabble/plugin-connection.h
index 66302a746..1dd0638c2 100644
--- a/gabble/plugin-connection.h
+++ b/gabble/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 <gabble/capabilities-set.h>
#include <gabble/types.h>
diff --git a/gabble/plugin.h b/gabble/plugin.h
index faf72a9e4..fcc7290e0 100644
--- a/gabble/plugin.h
+++ b/gabble/plugin.h
@@ -24,8 +24,7 @@
#include <glib-object.h>
#include <gio/gio.h>
-#include <telepathy-glib/base-connection.h>
-#include <telepathy-glib/presence-mixin.h>
+#include <telepathy-glib/telepathy-glib.h>
#include <wocky/wocky.h>
#include <gabble/plugin-connection.h>