[empathy/gnome-3-10: 2/5] Add missing telepathy-glib-dbus.h includes



commit 8e0edf2980df05df3fd39cbe3e417b012b313393
Author: Xavier Claessens <xavier claessens collabora co uk>
Date:   Wed Oct 2 16:50:59 2013 -0400

    Add missing telepathy-glib-dbus.h includes

 libempathy-gtk/empathy-call-utils.c              |    1 +
 libempathy-gtk/empathy-chat.c                    |    1 +
 libempathy-gtk/empathy-contact-blocking-dialog.c |    1 +
 libempathy-gtk/empathy-individual-dialogs.c      |    1 +
 libempathy-gtk/empathy-individual-menu.c         |    1 +
 libempathy-gtk/empathy-individual-widget.c       |    1 +
 libempathy-gtk/empathy-log-window.c              |    1 +
 libempathy-gtk/empathy-share-my-desktop.c        |    2 ++
 libempathy-gtk/empathy-subscription-dialog.c     |    1 +
 libempathy/empathy-auth-factory.c                |    1 +
 libempathy/empathy-chatroom-manager.c            |    1 +
 libempathy/empathy-client-factory.c              |    1 +
 libempathy/empathy-ft-factory.c                  |    2 ++
 libempathy/empathy-ft-handler.c                  |    1 +
 libempathy/empathy-individual-manager.c          |    1 +
 libempathy/empathy-request-util.c                |    2 ++
 libempathy/empathy-sasl-mechanisms.c             |    1 +
 libempathy/empathy-server-sasl-handler.c         |    1 +
 libempathy/empathy-server-tls-handler.c          |    2 ++
 libempathy/empathy-tp-chat.c                     |    1 +
 libempathy/empathy-utils.c                       |    1 +
 src/empathy-accounts.c                           |    1 +
 src/empathy-call-factory.c                       |    2 ++
 src/empathy-call-observer.c                      |    1 +
 src/empathy-call-window.c                        |    1 +
 src/empathy-chat-manager.c                       |    1 +
 src/empathy-debug-window.c                       |    1 +
 src/empathy-event-manager.c                      |    1 +
 src/empathy-import-widget.c                      |    1 +
 src/empathy-invite-participant-dialog.c          |    1 +
 src/empathy-preferences.c                        |    1 +
 31 files changed, 36 insertions(+), 0 deletions(-)
---
diff --git a/libempathy-gtk/empathy-call-utils.c b/libempathy-gtk/empathy-call-utils.c
index ebb4c1d..0689e78 100644
--- a/libempathy-gtk/empathy-call-utils.c
+++ b/libempathy-gtk/empathy-call-utils.c
@@ -23,6 +23,7 @@
 
 #include <glib/gi18n-lib.h>
 #include <gtk/gtk.h>
+#include <telepathy-glib/telepathy-glib-dbus.h>
 
 #include "empathy-request-util.h"
 
diff --git a/libempathy-gtk/empathy-chat.c b/libempathy-gtk/empathy-chat.c
index a7364e4..a9f1bb8 100644
--- a/libempathy-gtk/empathy-chat.c
+++ b/libempathy-gtk/empathy-chat.c
@@ -36,6 +36,7 @@
 #include <tp-account-widgets/tpaw-keyring.h>
 #include <tp-account-widgets/tpaw-builder.h>
 #include <tp-account-widgets/tpaw-utils.h>
+#include <telepathy-glib/telepathy-glib-dbus.h>
 
 #include "empathy-client-factory.h"
 #include "empathy-gsettings.h"
diff --git a/libempathy-gtk/empathy-contact-blocking-dialog.c 
b/libempathy-gtk/empathy-contact-blocking-dialog.c
index 046356a..cbd514f 100644
--- a/libempathy-gtk/empathy-contact-blocking-dialog.c
+++ b/libempathy-gtk/empathy-contact-blocking-dialog.c
@@ -27,6 +27,7 @@
 
 #include <glib/gi18n-lib.h>
 #include <tp-account-widgets/tpaw-builder.h>
+#include <telepathy-glib/telepathy-glib-dbus.h>
 
 #include "empathy-account-chooser.h"
 #include "empathy-ui-utils.h"
diff --git a/libempathy-gtk/empathy-individual-dialogs.c b/libempathy-gtk/empathy-individual-dialogs.c
index ce03d0a..2e388bd 100644
--- a/libempathy-gtk/empathy-individual-dialogs.c
+++ b/libempathy-gtk/empathy-individual-dialogs.c
@@ -23,6 +23,7 @@
 #include "empathy-individual-dialogs.h"
 
 #include <glib/gi18n-lib.h>
+#include <telepathy-glib/telepathy-glib-dbus.h>
 
 #include "empathy-contact-widget.h"
 #include "empathy-individual-manager.h"
diff --git a/libempathy-gtk/empathy-individual-menu.c b/libempathy-gtk/empathy-individual-menu.c
index 02babc2..aa61e68 100644
--- a/libempathy-gtk/empathy-individual-menu.c
+++ b/libempathy-gtk/empathy-individual-menu.c
@@ -25,6 +25,7 @@
 
 #include <glib/gi18n-lib.h>
 #include <tp-account-widgets/tpaw-camera-monitor.h>
+#include <telepathy-glib/telepathy-glib-dbus.h>
 
 #include "empathy-account-selector-dialog.h"
 #include "empathy-call-utils.h"
diff --git a/libempathy-gtk/empathy-individual-widget.c b/libempathy-gtk/empathy-individual-widget.c
index d639deb..ca007aa 100644
--- a/libempathy-gtk/empathy-individual-widget.c
+++ b/libempathy-gtk/empathy-individual-widget.c
@@ -27,6 +27,7 @@
 #include <tp-account-widgets/tpaw-contactinfo-utils.h>
 #include <tp-account-widgets/tpaw-time.h>
 #include <tp-account-widgets/tpaw-utils.h>
+#include <telepathy-glib/telepathy-glib-dbus.h>
 
 #ifdef HAVE_LIBCHAMPLAIN
 #include <champlain/champlain.h>
diff --git a/libempathy-gtk/empathy-log-window.c b/libempathy-gtk/empathy-log-window.c
index 3f897a0..2a9ba67 100644
--- a/libempathy-gtk/empathy-log-window.c
+++ b/libempathy-gtk/empathy-log-window.c
@@ -31,6 +31,7 @@
 #include <tp-account-widgets/tpaw-images.h>
 #include <tp-account-widgets/tpaw-camera-monitor.h>
 #include <tp-account-widgets/tpaw-utils.h>
+#include <telepathy-glib/telepathy-glib-dbus.h>
 
 #include "action-chain-internal.h"
 #include "empathy-account-chooser.h"
diff --git a/libempathy-gtk/empathy-share-my-desktop.c b/libempathy-gtk/empathy-share-my-desktop.c
index 9c29533..1acface 100644
--- a/libempathy-gtk/empathy-share-my-desktop.c
+++ b/libempathy-gtk/empathy-share-my-desktop.c
@@ -21,6 +21,8 @@
 #include "config.h"
 #include "empathy-share-my-desktop.h"
 
+#include <telepathy-glib/telepathy-glib-dbus.h>
+
 #define DEBUG_FLAG EMPATHY_DEBUG_SHARE_DESKTOP
 #include "empathy-debug.h"
 
diff --git a/libempathy-gtk/empathy-subscription-dialog.c b/libempathy-gtk/empathy-subscription-dialog.c
index 8788326..d7e70bf 100644
--- a/libempathy-gtk/empathy-subscription-dialog.c
+++ b/libempathy-gtk/empathy-subscription-dialog.c
@@ -22,6 +22,7 @@
 #include "empathy-subscription-dialog.h"
 
 #include <glib/gi18n-lib.h>
+#include <telepathy-glib/telepathy-glib-dbus.h>
 
 #include "empathy-individual-widget.h"
 #include "empathy-utils.h"
diff --git a/libempathy/empathy-auth-factory.c b/libempathy/empathy-auth-factory.c
index cbf7020..fdd38b5 100644
--- a/libempathy/empathy-auth-factory.c
+++ b/libempathy/empathy-auth-factory.c
@@ -21,6 +21,7 @@
 #include "config.h"
 #include "empathy-auth-factory.h"
 
+#include <telepathy-glib/telepathy-glib-dbus.h>
 #include <tp-account-widgets/tpaw-keyring.h>
 
 #include "empathy-sasl-mechanisms.h"
diff --git a/libempathy/empathy-chatroom-manager.c b/libempathy/empathy-chatroom-manager.c
index 215d8ed..3a117b1 100644
--- a/libempathy/empathy-chatroom-manager.c
+++ b/libempathy/empathy-chatroom-manager.c
@@ -26,6 +26,7 @@
 
 #include <sys/stat.h>
 #include <tp-account-widgets/tpaw-utils.h>
+#include <telepathy-glib/telepathy-glib-dbus.h>
 
 #include "empathy-client-factory.h"
 #include "empathy-utils.h"
diff --git a/libempathy/empathy-client-factory.c b/libempathy/empathy-client-factory.c
index e82b862..b57ea06 100644
--- a/libempathy/empathy-client-factory.c
+++ b/libempathy/empathy-client-factory.c
@@ -23,6 +23,7 @@
 #include "empathy-client-factory.h"
 
 #include <tp-account-widgets/tpaw-utils.h>
+#include <telepathy-glib/telepathy-glib-dbus.h>
 
 #include "empathy-tp-chat.h"
 #include "empathy-utils.h"
diff --git a/libempathy/empathy-ft-factory.c b/libempathy/empathy-ft-factory.c
index 855ddb9..4bb1c3c 100644
--- a/libempathy/empathy-ft-factory.c
+++ b/libempathy/empathy-ft-factory.c
@@ -24,6 +24,8 @@
 #include "config.h"
 #include "empathy-ft-factory.h"
 
+#include <telepathy-glib/telepathy-glib-dbus.h>
+
 #include "empathy-request-util.h"
 #include "empathy-utils.h"
 
diff --git a/libempathy/empathy-ft-handler.c b/libempathy/empathy-ft-handler.c
index d7e112a..fe1583e 100644
--- a/libempathy/empathy-ft-handler.c
+++ b/libempathy/empathy-ft-handler.c
@@ -27,6 +27,7 @@
 #include <glib/gi18n-lib.h>
 #include <tp-account-widgets/tpaw-time.h>
 #include <tp-account-widgets/tpaw-utils.h>
+#include <telepathy-glib/telepathy-glib-dbus.h>
 
 #include "empathy-utils.h"
 
diff --git a/libempathy/empathy-individual-manager.c b/libempathy/empathy-individual-manager.c
index 6ef77fe..b3797c3 100644
--- a/libempathy/empathy-individual-manager.c
+++ b/libempathy/empathy-individual-manager.c
@@ -24,6 +24,7 @@
 #include "empathy-individual-manager.h"
 
 #include <tp-account-widgets/tpaw-utils.h>
+#include <telepathy-glib/telepathy-glib-dbus.h>
 
 #include "empathy-utils.h"
 
diff --git a/libempathy/empathy-request-util.c b/libempathy/empathy-request-util.c
index c5f693f..b053cbd 100644
--- a/libempathy/empathy-request-util.c
+++ b/libempathy/empathy-request-util.c
@@ -22,6 +22,8 @@
 #include "config.h"
 #include "empathy-request-util.h"
 
+#include <telepathy-glib/telepathy-glib-dbus.h>
+
 #define DEBUG_FLAG EMPATHY_DEBUG_DISPATCHER
 #include "empathy-debug.h"
 
diff --git a/libempathy/empathy-sasl-mechanisms.c b/libempathy/empathy-sasl-mechanisms.c
index 75a924f..ffb3aa4 100644
--- a/libempathy/empathy-sasl-mechanisms.c
+++ b/libempathy/empathy-sasl-mechanisms.c
@@ -23,6 +23,7 @@
 
 #include <libsoup/soup.h>
 #include <tp-account-widgets/tpaw-utils.h>
+#include <telepathy-glib/telepathy-glib-dbus.h>
 
 #define DEBUG_FLAG EMPATHY_DEBUG_SASL
 #include "empathy-debug.h"
diff --git a/libempathy/empathy-server-sasl-handler.c b/libempathy/empathy-server-sasl-handler.c
index e98134e..c29e0ba 100644
--- a/libempathy/empathy-server-sasl-handler.c
+++ b/libempathy/empathy-server-sasl-handler.c
@@ -21,6 +21,7 @@
 #include "empathy-server-sasl-handler.h"
 
 #include <tp-account-widgets/tpaw-keyring.h>
+#include <telepathy-glib/telepathy-glib-dbus.h>
 
 #include "empathy-sasl-mechanisms.h"
 #include "extensions.h"
diff --git a/libempathy/empathy-server-tls-handler.c b/libempathy/empathy-server-tls-handler.c
index 34c3147..0ac2a1f 100644
--- a/libempathy/empathy-server-tls-handler.c
+++ b/libempathy/empathy-server-tls-handler.c
@@ -21,6 +21,8 @@
 #include "config.h"
 #include "empathy-server-tls-handler.h"
 
+#include <telepathy-glib/telepathy-glib-dbus.h>
+
 #include "empathy-utils.h"
 #include "extensions.h"
 
diff --git a/libempathy/empathy-tp-chat.c b/libempathy/empathy-tp-chat.c
index e0fd4c2..f76c5b9 100644
--- a/libempathy/empathy-tp-chat.c
+++ b/libempathy/empathy-tp-chat.c
@@ -22,6 +22,7 @@
 #include "empathy-tp-chat.h"
 
 #include <tp-account-widgets/tpaw-utils.h>
+#include <telepathy-glib/telepathy-glib-dbus.h>
 
 #include "empathy-request-util.h"
 #include "empathy-utils.h"
diff --git a/libempathy/empathy-utils.c b/libempathy/empathy-utils.c
index ba39f49..49a90f3 100644
--- a/libempathy/empathy-utils.c
+++ b/libempathy/empathy-utils.c
@@ -32,6 +32,7 @@
 #include <glib/gi18n-lib.h>
 #include <dbus/dbus-protocol.h>
 #include <math.h>
+#include <telepathy-glib/telepathy-glib-dbus.h>
 
 #include "empathy-client-factory.h"
 #include "extensions.h"
diff --git a/src/empathy-accounts.c b/src/empathy-accounts.c
index ead848d..60bba82 100644
--- a/src/empathy-accounts.c
+++ b/src/empathy-accounts.c
@@ -28,6 +28,7 @@
 #include "empathy-accounts.h"
 
 #include <glib/gi18n.h>
+#include <telepathy-glib/telepathy-glib-dbus.h>
 
 #ifdef HAVE_CHEESE
 #include <cheese-gtk.h>
diff --git a/src/empathy-call-factory.c b/src/empathy-call-factory.c
index 71ec4d6..57254e6 100644
--- a/src/empathy-call-factory.c
+++ b/src/empathy-call-factory.c
@@ -21,6 +21,8 @@
 #include "config.h"
 #include "empathy-client-factory.h"
 
+#include <telepathy-glib/telepathy-glib-dbus.h>
+
 #include "empathy-call-factory.h"
 #include "empathy-call-handler.h"
 #include "empathy-request-util.h"
diff --git a/src/empathy-call-observer.c b/src/empathy-call-observer.c
index 733199c..93f2515 100644
--- a/src/empathy-call-observer.c
+++ b/src/empathy-call-observer.c
@@ -23,6 +23,7 @@
 
 #include <glib/gi18n-lib.h>
 #include <tp-account-widgets/tpaw-images.h>
+#include <telepathy-glib/telepathy-glib-dbus.h>
 
 #include "empathy-notify-manager.h"
 
diff --git a/src/empathy-call-window.c b/src/empathy-call-window.c
index 7fe365f..c54c4df 100644
--- a/src/empathy-call-window.c
+++ b/src/empathy-call-window.c
@@ -30,6 +30,7 @@
 #include <tp-account-widgets/tpaw-images.h>
 #include <tp-account-widgets/tpaw-pixbuf-utils.h>
 #include <tp-account-widgets/tpaw-utils.h>
+#include <telepathy-glib/telepathy-glib-dbus.h>
 
 #include "empathy-about-dialog.h"
 #include "empathy-audio-sink.h"
diff --git a/src/empathy-chat-manager.c b/src/empathy-chat-manager.c
index 02ed0d9..5593463 100644
--- a/src/empathy-chat-manager.c
+++ b/src/empathy-chat-manager.c
@@ -21,6 +21,7 @@
 #include "empathy-chat-manager.h"
 
 #include <telepathy-glib/proxy-subclass.h>
+#include <telepathy-glib/telepathy-glib-dbus.h>
 
 #include "empathy-chatroom-manager.h"
 #include "empathy-chat-window.h"
diff --git a/src/empathy-debug-window.c b/src/empathy-debug-window.c
index c195af4..9611da1 100644
--- a/src/empathy-debug-window.c
+++ b/src/empathy-debug-window.c
@@ -25,6 +25,7 @@
 #include <glib/gi18n.h>
 #include <libsoup/soup.h>
 #include <tp-account-widgets/tpaw-utils.h>
+#include <telepathy-glib/telepathy-glib-dbus.h>
 
 #include "empathy-geometry.h"
 #include "empathy-ui-utils.h"
diff --git a/src/empathy-event-manager.c b/src/empathy-event-manager.c
index e973ef3..b8f1a47 100644
--- a/src/empathy-event-manager.c
+++ b/src/empathy-event-manager.c
@@ -25,6 +25,7 @@
 #include <glib/gi18n.h>
 #include <tp-account-widgets/tpaw-images.h>
 #include <tp-account-widgets/tpaw-utils.h>
+#include <telepathy-glib/telepathy-glib-dbus.h>
 
 #include "empathy-call-utils.h"
 #include "empathy-connection-aggregator.h"
diff --git a/src/empathy-import-widget.c b/src/empathy-import-widget.c
index 42ffdd3..708370b 100644
--- a/src/empathy-import-widget.c
+++ b/src/empathy-import-widget.c
@@ -28,6 +28,7 @@
 #include <glib/gi18n-lib.h>
 #include <tp-account-widgets/tpaw-builder.h>
 #include <tp-account-widgets/tpaw-utils.h>
+#include <telepathy-glib/telepathy-glib-dbus.h>
 
 #include "empathy-ui-utils.h"
 #include "empathy-utils.h"
diff --git a/src/empathy-invite-participant-dialog.c b/src/empathy-invite-participant-dialog.c
index e562dc5..437d8e6 100644
--- a/src/empathy-invite-participant-dialog.c
+++ b/src/empathy-invite-participant-dialog.c
@@ -13,6 +13,7 @@
 #include "empathy-invite-participant-dialog.h"
 
 #include <glib/gi18n.h>
+#include <telepathy-glib/telepathy-glib-dbus.h>
 
 #include "empathy-contact-chooser.h"
 #include "empathy-utils.h"
diff --git a/src/empathy-preferences.c b/src/empathy-preferences.c
index c42e287..b7b1a7b 100644
--- a/src/empathy-preferences.c
+++ b/src/empathy-preferences.c
@@ -28,6 +28,7 @@
 
 #include <glib/gi18n.h>
 #include <tp-account-widgets/tpaw-builder.h>
+#include <telepathy-glib/telepathy-glib-dbus.h>
 
 #include "empathy-client-factory.h"
 #include "empathy-gsettings.h"


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