diff options
author | Xavier Claessens <xavier.claessens@collabora.co.uk> | 2013-10-03 04:50:59 +0800 |
---|---|---|
committer | Guillaume Desmottes <guillaume.desmottes@collabora.co.uk> | 2013-10-10 22:05:17 +0800 |
commit | 8e0edf2980df05df3fd39cbe3e417b012b313393 (patch) | |
tree | e902a6c90f2e7bfd0970e8b41d819322bcf045a4 /libempathy | |
parent | 480300ee4c05856a02a561240090fb39efb678bc (diff) | |
download | gsoc2013-empathy-8e0edf2980df05df3fd39cbe3e417b012b313393.tar gsoc2013-empathy-8e0edf2980df05df3fd39cbe3e417b012b313393.tar.gz gsoc2013-empathy-8e0edf2980df05df3fd39cbe3e417b012b313393.tar.bz2 gsoc2013-empathy-8e0edf2980df05df3fd39cbe3e417b012b313393.tar.lz gsoc2013-empathy-8e0edf2980df05df3fd39cbe3e417b012b313393.tar.xz gsoc2013-empathy-8e0edf2980df05df3fd39cbe3e417b012b313393.tar.zst gsoc2013-empathy-8e0edf2980df05df3fd39cbe3e417b012b313393.zip |
Add missing telepathy-glib-dbus.h includes
Diffstat (limited to 'libempathy')
-rw-r--r-- | libempathy/empathy-auth-factory.c | 1 | ||||
-rw-r--r-- | libempathy/empathy-chatroom-manager.c | 1 | ||||
-rw-r--r-- | libempathy/empathy-client-factory.c | 1 | ||||
-rw-r--r-- | libempathy/empathy-ft-factory.c | 2 | ||||
-rw-r--r-- | libempathy/empathy-ft-handler.c | 1 | ||||
-rw-r--r-- | libempathy/empathy-individual-manager.c | 1 | ||||
-rw-r--r-- | libempathy/empathy-request-util.c | 2 | ||||
-rw-r--r-- | libempathy/empathy-sasl-mechanisms.c | 1 | ||||
-rw-r--r-- | libempathy/empathy-server-sasl-handler.c | 1 | ||||
-rw-r--r-- | libempathy/empathy-server-tls-handler.c | 2 | ||||
-rw-r--r-- | libempathy/empathy-tp-chat.c | 1 | ||||
-rw-r--r-- | libempathy/empathy-utils.c | 1 |
12 files changed, 15 insertions, 0 deletions
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" |