From 8e0edf2980df05df3fd39cbe3e417b012b313393 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/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 + 12 files changed, 15 insertions(+) (limited to 'libempathy') 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" -- cgit v1.2.3