From 7c2e5a7f9d0ce3ee96f34fd954e6f147abd0c8b0 Mon Sep 17 00:00:00 2001 From: Xavier Claessens Date: Wed, 2 Oct 2013 16:50:59 -0400 Subject: [PATCH] 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 ebb4c1d5..0689e78a 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 a7364e4c..a9f1bb87 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 046356ae..cbd514f3 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 ce03d0a2..2e388bd5 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 02babc2a..aa61e688 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 d639deb7..ca007aaf 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 3f897a0d..2a9ba672 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 9c29533c..1acfacef 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 87883265..d7e70bfb 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 cbf7020b..fdd38b51 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 215d8edb..3a117b18 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 e82b8620..b57ea065 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 855ddb98..4bb1c3c5 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 d7e112a2..fe1583ea 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 6ef77fe7..b3797c3b 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 c5f693f0..b053cbd9 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 75a924f0..ffb3aa4b 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 e98134eb..c29e0ba9 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 34c3147a..0ac2a1f3 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 e0fd4c2c..f76c5b92 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 ba39f49b..49a90f3b 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 ead848d3..60bba82d 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 71ec4d63..57254e65 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 733199cf..93f2515f 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 1bed8b0a..077cbe31 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 02ed0d94..55934634 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 c195af4a..9611da1c 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 e973ef3b..b8f1a477 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 42ffdd30..708370ba 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 e562dc56..437d8e6b 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 c42e2876..b7b1a7bf 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" -- 2.39.2