From 7c2e5a7f9d0ce3ee96f34fd954e6f147abd0c8b0 Mon Sep 17 00:00:00 2001 From: Xavier Claessens Date: Wed, 2 Oct 2013 16:50:59 -0400 Subject: 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(+) 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 #include +#include #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 #include #include +#include #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 #include +#include #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 +#include #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 #include +#include #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 #include #include +#include #ifdef HAVE_LIBCHAMPLAIN #include 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 #include #include +#include #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 + #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 +#include #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 #include #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 #include +#include #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 +#include #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 + #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 #include #include +#include #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 +#include #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 + #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 #include +#include #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 +#include #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 + #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 +#include #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 #include #include +#include #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 +#include #ifdef HAVE_CHEESE #include 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 + #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 #include +#include #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 #include #include +#include #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 +#include #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 #include #include +#include #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 #include #include +#include #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 #include #include +#include #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 +#include #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 #include +#include #include "empathy-client-factory.h" #include "empathy-gsettings.h" -- cgit v1.2.3