summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSimon McVittie <simon.mcvittie@collabora.co.uk>2014-04-03 12:59:47 +0100
committerSimon McVittie <simon.mcvittie@collabora.co.uk>2014-04-03 12:59:47 +0100
commit529cd04c8c816271e924f695054b082fc8113d64 (patch)
tree0e21411e90608acdbd26b1344c664775347bd01d
parent1dfa999e9a68135feb888786ebe054b325a768ae (diff)
Include telepathy-glib-dbus.h where needed for tp_asv_*, tp_g_value_slice_*next-decore
-rw-r--r--libempathy-gtk/empathy-plist.c1
-rw-r--r--libempathy-gtk/empathy-theme-adium.c1
-rw-r--r--libempathy-gtk/empathy-tls-dialog.c1
-rw-r--r--libempathy/empathy-contact.c1
-rw-r--r--libempathy/empathy-tls-verifier.c1
-rw-r--r--src/empathy-auth-client.c1
-rw-r--r--src/empathy-import-pidgin.c1
-rw-r--r--src/empathy-import-utils.c1
8 files changed, 8 insertions, 0 deletions
diff --git a/libempathy-gtk/empathy-plist.c b/libempathy-gtk/empathy-plist.c
index e1113a07..65626f0b 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 a870702a..e014b1a8 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 df47c503..c24c774e 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 fa59cb4e..88cbfdbe 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 fcbc559b..616a7583 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 5ee20dba..e3f7a4e8 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 e98897c7..e48d63f5 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 ab7847c3..f3e2dba5 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>