summaryrefslogtreecommitdiff
path: root/plugins
diff options
context:
space:
mode:
Diffstat (limited to 'plugins')
-rw-r--r--plugins/console.c6
-rw-r--r--plugins/console.h2
-rw-r--r--plugins/gateways.c4
-rw-r--r--plugins/gateways.h2
-rw-r--r--plugins/test.c3
-rw-r--r--plugins/test.h2
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 */