[empathy/next] Include telepathy-glib-dbus.h where needed for tp_asv_*, tp_g_value_slice_*



commit 529cd04c8c816271e924f695054b082fc8113d64
Author: Simon McVittie <simon mcvittie collabora co uk>
Date:   Thu Apr 3 12:59:47 2014 +0100

    Include telepathy-glib-dbus.h where needed for tp_asv_*, tp_g_value_slice_*

 libempathy-gtk/empathy-plist.c       |    1 +
 libempathy-gtk/empathy-theme-adium.c |    1 +
 libempathy-gtk/empathy-tls-dialog.c  |    1 +
 libempathy/empathy-contact.c         |    1 +
 libempathy/empathy-tls-verifier.c    |    1 +
 src/empathy-auth-client.c            |    1 +
 src/empathy-import-pidgin.c          |    1 +
 src/empathy-import-utils.c           |    1 +
 8 files changed, 8 insertions(+), 0 deletions(-)
---
diff --git a/libempathy-gtk/empathy-plist.c b/libempathy-gtk/empathy-plist.c
index e1113a0..65626f0 100644
--- a/libempathy-gtk/empathy-plist.c
+++ b/libempathy-gtk/empathy-plist.c
@@ -24,6 +24,7 @@
 #include <string.h>
 #include <libxml/tree.h>
 #include <telepathy-glib/telepathy-glib.h>
+#include <telepathy-glib/telepathy-glib-dbus.h>
 
 static GValue *empathy_plist_parse_node (xmlNode *a_node);
 
diff --git a/libempathy-gtk/empathy-theme-adium.c b/libempathy-gtk/empathy-theme-adium.c
index a870702..e014b1a 100644
--- a/libempathy-gtk/empathy-theme-adium.c
+++ b/libempathy-gtk/empathy-theme-adium.c
@@ -23,6 +23,7 @@
 #include "empathy-theme-adium.h"
 
 #include <glib/gi18n-lib.h>
+#include <telepathy-glib/telepathy-glib-dbus.h>
 #include <tp-account-widgets/tpaw-images.h>
 #include <tp-account-widgets/tpaw-time.h>
 #include <tp-account-widgets/tpaw-pixbuf-utils.h>
diff --git a/libempathy-gtk/empathy-tls-dialog.c b/libempathy-gtk/empathy-tls-dialog.c
index df47c50..c24c774 100644
--- a/libempathy-gtk/empathy-tls-dialog.c
+++ b/libempathy-gtk/empathy-tls-dialog.c
@@ -23,6 +23,7 @@
 
 #include <glib/gi18n-lib.h>
 #include <gcr/gcr.h>
+#include <telepathy-glib/telepathy-glib-dbus.h>
 
 #include "empathy-utils.h"
 
diff --git a/libempathy/empathy-contact.c b/libempathy/empathy-contact.c
index fa59cb4..88cbfdb 100644
--- a/libempathy/empathy-contact.c
+++ b/libempathy/empathy-contact.c
@@ -22,6 +22,7 @@
 #include "config.h"
 #include "empathy-contact.h"
 
+#include <telepathy-glib/telepathy-glib-dbus.h>
 #include <tp-account-widgets/tpaw-utils.h>
 
 #ifdef HAVE_GEOCODE
diff --git a/libempathy/empathy-tls-verifier.c b/libempathy/empathy-tls-verifier.c
index fcbc559..616a758 100644
--- a/libempathy/empathy-tls-verifier.c
+++ b/libempathy/empathy-tls-verifier.c
@@ -23,6 +23,7 @@
 #include "empathy-tls-verifier.h"
 
 #include <gcr/gcr.h>
+#include <telepathy-glib/telepathy-glib-dbus.h>
 
 #include "empathy-utils.h"
 
diff --git a/src/empathy-auth-client.c b/src/empathy-auth-client.c
index 5ee20db..e3f7a4e 100644
--- a/src/empathy-auth-client.c
+++ b/src/empathy-auth-client.c
@@ -23,6 +23,7 @@
 
 #include <glib/gi18n.h>
 #include <gnutls/gnutls.h>
+#include <telepathy-glib/telepathy-glib-dbus.h>
 
 #include "empathy-auth-factory.h"
 #include "empathy-bad-password-dialog.h"
diff --git a/src/empathy-import-pidgin.c b/src/empathy-import-pidgin.c
index e98897c..e48d63f 100644
--- a/src/empathy-import-pidgin.c
+++ b/src/empathy-import-pidgin.c
@@ -23,6 +23,7 @@
 #include "empathy-import-pidgin.h"
 
 #include <glib/gstdio.h>
+#include <telepathy-glib/telepathy-glib-dbus.h>
 #include <tp-account-widgets/tpaw-utils.h>
 
 #include "empathy-import-utils.h"
diff --git a/src/empathy-import-utils.c b/src/empathy-import-utils.c
index ab7847c..f3e2dba 100644
--- a/src/empathy-import-utils.c
+++ b/src/empathy-import-utils.c
@@ -22,6 +22,7 @@
 #include "config.h"
 #include "empathy-import-utils.h"
 
+#include <telepathy-glib/telepathy-glib-dbus.h>
 #include <tp-account-widgets/tpaw-connection-managers.h>
 #include <tp-account-widgets/tpaw-utils.h>
 


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]