telepathy-idle: add missing telepathy-glib-dbus.h includes

Guillaume Desmottes gdesmott at kemper.freedesktop.org
Mon Sep 23 04:53:09 PDT 2013


Module: telepathy-idle
Branch: master
Commit: 30b7adda0af61a27f81942f878224b1ddee85e64
URL:    http://cgit.freedesktop.org/telepathy/telepathy-idle/commit/?id=30b7adda0af61a27f81942f878224b1ddee85e64

Author: Guillaume Desmottes <guillaume.desmottes at collabora.co.uk>
Date:   Thu Sep 19 15:41:09 2013 +0200

add missing telepathy-glib-dbus.h includes

Will bee needed for Telepathy 1.0

---

 src/idle-connection.c       |    1 +
 src/idle-contact-info.c     |    2 ++
 src/idle-im-channel.c       |    1 +
 src/idle-im-manager.c       |    1 +
 src/idle-muc-channel.c      |    1 +
 src/idle-muc-manager.c      |    1 +
 src/idle-roomlist-channel.c |    1 +
 src/idle-roomlist-manager.c |    1 +
 src/protocol.c              |    1 +
 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"



More information about the telepathy-commits mailing list