summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>2013-09-19 15:41:09 +0200
committerGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>2013-09-23 13:01:39 +0200
commit30b7adda0af61a27f81942f878224b1ddee85e64 (patch)
treeae71e9a4365df5b888f02b7830057d2cadda0b19
parent65e8f95c723c5ebae4cc129520f6533861f0df48 (diff)
add missing telepathy-glib-dbus.h includes
Will bee needed for Telepathy 1.0
-rw-r--r--src/idle-connection.c1
-rw-r--r--src/idle-contact-info.c2
-rw-r--r--src/idle-im-channel.c1
-rw-r--r--src/idle-im-manager.c1
-rw-r--r--src/idle-muc-channel.c1
-rw-r--r--src/idle-muc-manager.c1
-rw-r--r--src/idle-roomlist-channel.c1
-rw-r--r--src/idle-roomlist-manager.c1
-rw-r--r--src/protocol.c1
9 files changed, 10 insertions, 0 deletions
diff --git a/src/idle-connection.c b/src/idle-connection.c
index 6ab5fea..903a8b4 100644
--- a/src/idle-connection.c
+++ b/src/idle-connection.c
@@ -27,6 +27,7 @@
#include <time.h>
#include <dbus/dbus-glib.h>
+#include <telepathy-glib/telepathy-glib-dbus.h>
#define IDLE_DEBUG_FLAG IDLE_DEBUG_CONNECTION
#include "idle-contact-info.h"
diff --git a/src/idle-contact-info.c b/src/idle-contact-info.c
index b056510..07cd9a9 100644
--- a/src/idle-contact-info.c
+++ b/src/idle-contact-info.c
@@ -20,6 +20,8 @@
#include "config.h"
#include "idle-contact-info.h"
+#include <telepathy-glib/telepathy-glib-dbus.h>
+
#define IDLE_DEBUG_FLAG IDLE_DEBUG_CONNECTION
#include "idle-debug.h"
#include "idle-muc-channel.h"
diff --git a/src/idle-im-channel.c b/src/idle-im-channel.c
index 04773d5..1449a9c 100644
--- a/src/idle-im-channel.c
+++ b/src/idle-im-channel.c
@@ -23,6 +23,7 @@
#include "idle-im-channel.h"
#include <dbus/dbus-glib.h>
+#include <telepathy-glib/telepathy-glib-dbus.h>
#define IDLE_DEBUG_FLAG IDLE_DEBUG_IM
#include "idle-connection.h"
diff --git a/src/idle-im-manager.c b/src/idle-im-manager.c
index ab15713..914306b 100644
--- a/src/idle-im-manager.c
+++ b/src/idle-im-manager.c
@@ -23,6 +23,7 @@
#include "idle-im-manager.h"
#include <telepathy-glib/telepathy-glib.h>
+#include <telepathy-glib/telepathy-glib-dbus.h>
#define IDLE_DEBUG_FLAG IDLE_DEBUG_IM
#include "idle-connection.h"
diff --git a/src/idle-muc-channel.c b/src/idle-muc-channel.c
index bc864bf..277dbdb 100644
--- a/src/idle-muc-channel.c
+++ b/src/idle-muc-channel.c
@@ -30,6 +30,7 @@
#include <dbus/dbus-glib.h>
#include <telepathy-glib/telepathy-glib.h>
+#include <telepathy-glib/telepathy-glib-dbus.h>
#define IDLE_DEBUG_FLAG IDLE_DEBUG_MUC
#include "idle-connection.h"
diff --git a/src/idle-muc-manager.c b/src/idle-muc-manager.c
index b5909f0..28e4fc3 100644
--- a/src/idle-muc-manager.c
+++ b/src/idle-muc-manager.c
@@ -25,6 +25,7 @@
#include <time.h>
#include <telepathy-glib/telepathy-glib.h>
+#include <telepathy-glib/telepathy-glib-dbus.h>
#define IDLE_DEBUG_FLAG IDLE_DEBUG_MUC
#include "idle-connection.h"
diff --git a/src/idle-roomlist-channel.c b/src/idle-roomlist-channel.c
index 183e696..9fa15d2 100644
--- a/src/idle-roomlist-channel.c
+++ b/src/idle-roomlist-channel.c
@@ -26,6 +26,7 @@
#include <time.h>
#include <dbus/dbus-glib.h>
+#include <telepathy-glib/telepathy-glib-dbus.h>
#define IDLE_DEBUG_FLAG IDLE_DEBUG_ROOMLIST
#include "idle-connection.h"
diff --git a/src/idle-roomlist-manager.c b/src/idle-roomlist-manager.c
index 1ce4652..970529b 100644
--- a/src/idle-roomlist-manager.c
+++ b/src/idle-roomlist-manager.c
@@ -24,6 +24,7 @@
#include "idle-roomlist-manager.h"
#include <telepathy-glib/telepathy-glib.h>
+#include <telepathy-glib/telepathy-glib-dbus.h>
#define IDLE_DEBUG_FLAG IDLE_DEBUG_ROOMLIST
#include "idle-connection.h"
diff --git a/src/protocol.c b/src/protocol.c
index b6ba690..8e5a2cc 100644
--- a/src/protocol.c
+++ b/src/protocol.c
@@ -23,6 +23,7 @@
#include <dbus/dbus-glib.h>
#include <dbus/dbus-protocol.h>
+#include <telepathy-glib/telepathy-glib-dbus.h>
#include "idle-connection.h"
#include "idle-handles.h"