aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorXavier Claessens <xavier.claessens@collabora.co.uk>2013-10-03 04:50:59 +0800
committerXavier Claessens <xavier.claessens@collabora.co.uk>2013-10-03 22:11:43 +0800
commit7c2e5a7f9d0ce3ee96f34fd954e6f147abd0c8b0 (patch)
treeee0155b191f040caec103e421491a8c14def50fb
parentc9ed3ccb624594660908c3d39ea8d182079dd000 (diff)
downloadgsoc2013-empathy-7c2e5a7f9d0ce3ee96f34fd954e6f147abd0c8b0.tar
gsoc2013-empathy-7c2e5a7f9d0ce3ee96f34fd954e6f147abd0c8b0.tar.gz
gsoc2013-empathy-7c2e5a7f9d0ce3ee96f34fd954e6f147abd0c8b0.tar.bz2
gsoc2013-empathy-7c2e5a7f9d0ce3ee96f34fd954e6f147abd0c8b0.tar.lz
gsoc2013-empathy-7c2e5a7f9d0ce3ee96f34fd954e6f147abd0c8b0.tar.xz
gsoc2013-empathy-7c2e5a7f9d0ce3ee96f34fd954e6f147abd0c8b0.tar.zst
gsoc2013-empathy-7c2e5a7f9d0ce3ee96f34fd954e6f147abd0c8b0.zip
Add missing telepathy-glib-dbus.h includes
-rw-r--r--libempathy-gtk/empathy-call-utils.c1
-rw-r--r--libempathy-gtk/empathy-chat.c1
-rw-r--r--libempathy-gtk/empathy-contact-blocking-dialog.c1
-rw-r--r--libempathy-gtk/empathy-individual-dialogs.c1
-rw-r--r--libempathy-gtk/empathy-individual-menu.c1
-rw-r--r--libempathy-gtk/empathy-individual-widget.c1
-rw-r--r--libempathy-gtk/empathy-log-window.c1
-rw-r--r--libempathy-gtk/empathy-share-my-desktop.c2
-rw-r--r--libempathy-gtk/empathy-subscription-dialog.c1
-rw-r--r--libempathy/empathy-auth-factory.c1
-rw-r--r--libempathy/empathy-chatroom-manager.c1
-rw-r--r--libempathy/empathy-client-factory.c1
-rw-r--r--libempathy/empathy-ft-factory.c2
-rw-r--r--libempathy/empathy-ft-handler.c1
-rw-r--r--libempathy/empathy-individual-manager.c1
-rw-r--r--libempathy/empathy-request-util.c2
-rw-r--r--libempathy/empathy-sasl-mechanisms.c1
-rw-r--r--libempathy/empathy-server-sasl-handler.c1
-rw-r--r--libempathy/empathy-server-tls-handler.c2
-rw-r--r--libempathy/empathy-tp-chat.c1
-rw-r--r--libempathy/empathy-utils.c1
-rw-r--r--src/empathy-accounts.c1
-rw-r--r--src/empathy-call-factory.c2
-rw-r--r--src/empathy-call-observer.c1
-rw-r--r--src/empathy-call-window.c1
-rw-r--r--src/empathy-chat-manager.c1
-rw-r--r--src/empathy-debug-window.c1
-rw-r--r--src/empathy-event-manager.c1
-rw-r--r--src/empathy-import-widget.c1
-rw-r--r--src/empathy-invite-participant-dialog.c1
-rw-r--r--src/empathy-preferences.c1
31 files changed, 36 insertions, 0 deletions
diff --git a/libempathy-gtk/empathy-call-utils.c b/libempathy-gtk/empathy-call-utils.c
index ebb4c1d5d..0689e78a7 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 a7364e4ca..a9f1bb872 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 046356ae1..cbd514f3a 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 ce03d0a28..2e388bd57 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 02babc2ab..aa61e688f 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 d639deb77..ca007aaf6 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 3f897a0d4..2a9ba6724 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 9c29533c7..1acfacef7 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 878832657..d7e70bfb3 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 cbf7020ba..fdd38b517 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 215d8edbc..3a117b18e 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 e82b8620b..b57ea0652 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 855ddb98f..4bb1c3c57 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 d7e112a2f..fe1583eac 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 6ef77fe70..b3797c3b6 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 c5f693f04..b053cbd91 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 75a924f0c..ffb3aa4b3 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 e98134ebb..c29e0ba92 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 34c3147a3..0ac2a1f30 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 e0fd4c2cb..f76c5b92b 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 ba39f49b7..49a90f3b6 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 ead848d3f..60bba82dd 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 71ec4d63c..57254e659 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 733199cff..93f2515f5 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 1bed8b0a1..077cbe312 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 02ed0d949..55934634c 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 c195af4af..9611da1c3 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 e973ef3be..b8f1a477b 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 42ffdd30b..708370bae 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 e562dc564..437d8e6b7 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 c42e28760..b7b1a7bf2 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"