diff options
author | Will Thompson <will.thompson@collabora.co.uk> | 2012-02-01 16:09:56 +0000 |
---|---|---|
committer | Will Thompson <will.thompson@collabora.co.uk> | 2012-02-06 14:24:13 +0000 |
commit | ee48ee9a8c440bbd0c1efa49fc9cd346a92883d3 (patch) | |
tree | ca674dc98be8fd697bd8e709c2d35697df734f13 /plugins | |
parent | ab745cbdead64a313fe3e8859cec5bf7c4382dc9 (diff) |
Update Wocky snapshot for One Big Header.
https://bugs.freedesktop.org/show_bug.cgi?id=27489
Diffstat (limited to 'plugins')
-rw-r--r-- | plugins/console.c | 6 | ||||
-rw-r--r-- | plugins/console.h | 2 | ||||
-rw-r--r-- | plugins/gateways.c | 4 | ||||
-rw-r--r-- | plugins/gateways.h | 2 | ||||
-rw-r--r-- | plugins/test.c | 3 | ||||
-rw-r--r-- | plugins/test.h | 2 |
6 files changed, 6 insertions, 13 deletions
diff --git a/plugins/console.c b/plugins/console.c index 13ca0eccf..87a450bd1 100644 --- a/plugins/console.c +++ b/plugins/console.c @@ -25,11 +25,7 @@ #include <telepathy-glib/telepathy-glib.h> -#include <wocky/wocky-xmpp-error.h> -#include <wocky/wocky-utils.h> -#include <wocky/wocky-xmpp-reader.h> -#include <wocky/wocky-xmpp-writer.h> -#include <wocky/wocky-namespaces.h> +#include <wocky/wocky.h> #include "extensions/extensions.h" diff --git a/plugins/console.h b/plugins/console.h index a91b95337..9a3d5d619 100644 --- a/plugins/console.h +++ b/plugins/console.h @@ -20,7 +20,7 @@ #include <glib-object.h> #include <gio/gio.h> -#include <wocky/wocky-session.h> +#include <wocky/wocky.h> #include <telepathy-glib/dbus-properties-mixin.h> typedef struct _GabbleConsolePlugin GabbleConsolePlugin; diff --git a/plugins/gateways.c b/plugins/gateways.c index 88a32223f..be08e6228 100644 --- a/plugins/gateways.c +++ b/plugins/gateways.c @@ -25,9 +25,7 @@ #include <telepathy-glib/telepathy-glib.h> -#include <wocky/wocky-namespaces.h> -#include <wocky/wocky-xmpp-error.h> -#include <wocky/wocky-utils.h> +#include <wocky/wocky.h> #include "extensions/extensions.h" diff --git a/plugins/gateways.h b/plugins/gateways.h index 766fa4bee..e4d734afe 100644 --- a/plugins/gateways.h +++ b/plugins/gateways.h @@ -20,7 +20,7 @@ #include <glib-object.h> #include <gio/gio.h> -#include <wocky/wocky-session.h> +#include <wocky/wocky.h> typedef struct _GabbleGatewayPlugin GabbleGatewayPlugin; typedef struct _GabbleGatewayPluginClass GabbleGatewayPluginClass; diff --git a/plugins/test.c b/plugins/test.c index 05d784052..29c45a9e1 100644 --- a/plugins/test.c +++ b/plugins/test.c @@ -5,8 +5,7 @@ #include <telepathy-glib/telepathy-glib.h> -#include <wocky/wocky-disco-identity.h> -#include <wocky/wocky-data-form.h> +#include <wocky/wocky.h> #include "extensions/extensions.h" diff --git a/plugins/test.h b/plugins/test.h index 6fe0d1434..16a209c7e 100644 --- a/plugins/test.h +++ b/plugins/test.h @@ -1,7 +1,7 @@ #include <glib-object.h> #include <gio/gio.h> -#include <wocky/wocky-session.h> +#include <wocky/wocky.h> #include <gabble/gabble.h> /* Plugin */ |