diff options
author | Guillaume Desmottes <guillaume.desmottes@collabora.co.uk> | 2012-09-14 21:52:54 +0800 |
---|---|---|
committer | Guillaume Desmottes <guillaume.desmottes@collabora.co.uk> | 2012-09-17 16:12:54 +0800 |
commit | f9a38137925ff6f712afe21961614a1efb3b35ea (patch) | |
tree | c351d06a4f6762fbf75580fc363961b2790fcee5 /src | |
parent | 55a2318eeb584a744d478d8745ac9fc60c0d4787 (diff) | |
download | gsoc2013-empathy-f9a38137925ff6f712afe21961614a1efb3b35ea.tar.gz gsoc2013-empathy-f9a38137925ff6f712afe21961614a1efb3b35ea.tar.zst gsoc2013-empathy-f9a38137925ff6f712afe21961614a1efb3b35ea.zip |
include telepathy-glib.h
tp-glib 1.0 will enforce to only include telepathy-glib.h so best doing it to
reduce the delta with the future stable branch.
Diffstat (limited to 'src')
-rw-r--r-- | src/empathy-accounts-common.c | 3 | ||||
-rw-r--r-- | src/empathy-accounts-dialog.c | 4 | ||||
-rw-r--r-- | src/empathy-accounts-dialog.h | 2 | ||||
-rw-r--r-- | src/empathy-accounts.c | 4 | ||||
-rw-r--r-- | src/empathy-auth-client.c | 2 | ||||
-rw-r--r-- | src/empathy-call-factory.c | 5 | ||||
-rw-r--r-- | src/empathy-call-handler.c | 4 | ||||
-rw-r--r-- | src/empathy-call-window.c | 3 | ||||
-rw-r--r-- | src/empathy-call.c | 2 | ||||
-rw-r--r-- | src/empathy-chat-window.c | 2 | ||||
-rw-r--r-- | src/empathy-chat-window.h | 2 | ||||
-rw-r--r-- | src/empathy-chat.c | 2 | ||||
-rw-r--r-- | src/empathy-debug-window.c | 6 | ||||
-rw-r--r-- | src/empathy-event-manager.c | 5 | ||||
-rw-r--r-- | src/empathy-import-dialog.c | 2 | ||||
-rw-r--r-- | src/empathy-import-pidgin.c | 3 | ||||
-rw-r--r-- | src/empathy-import-utils.c | 2 | ||||
-rw-r--r-- | src/empathy-import-utils.h | 2 | ||||
-rw-r--r-- | src/empathy-import-widget.c | 3 | ||||
-rw-r--r-- | src/empathy-invite-participant-dialog.h | 2 | ||||
-rw-r--r-- | src/empathy-preferences.c | 3 | ||||
-rw-r--r-- | src/empathy-roster-window.c | 3 | ||||
-rw-r--r-- | src/empathy-status-icon.c | 3 | ||||
-rw-r--r-- | src/empathy.c | 7 |
24 files changed, 20 insertions, 56 deletions
diff --git a/src/empathy-accounts-common.c b/src/empathy-accounts-common.c index d975c55b0..346803c21 100644 --- a/src/empathy-accounts-common.c +++ b/src/empathy-accounts-common.c @@ -32,8 +32,7 @@ #include <gtk/gtk.h> #include <glib/gi18n-lib.h> -#include <telepathy-glib/account-manager.h> -#include <telepathy-glib/util.h> +#include <telepathy-glib/telepathy-glib.h> #include <libempathy/empathy-utils.h> #include <libempathy/empathy-connection-managers.h> diff --git a/src/empathy-accounts-dialog.c b/src/empathy-accounts-dialog.c index f865e8743..6275e6a8a 100644 --- a/src/empathy-accounts-dialog.c +++ b/src/empathy-accounts-dialog.c @@ -34,9 +34,7 @@ #include <dbus/dbus-glib.h> #include <gio/gdesktopappinfo.h> -#include <telepathy-glib/account-manager.h> -#include <telepathy-glib/defs.h> -#include <telepathy-glib/util.h> +#include <telepathy-glib/telepathy-glib.h> #include <libempathy/empathy-utils.h> #include <libempathy/empathy-connection-managers.h> diff --git a/src/empathy-accounts-dialog.h b/src/empathy-accounts-dialog.h index 5fe6f51f7..d436fed04 100644 --- a/src/empathy-accounts-dialog.h +++ b/src/empathy-accounts-dialog.h @@ -26,7 +26,7 @@ #include <gtk/gtk.h> -#include <telepathy-glib/account.h> +#include <telepathy-glib/telepathy-glib.h> G_BEGIN_DECLS diff --git a/src/empathy-accounts.c b/src/empathy-accounts.c index aa0e5b67b..e3bf938a4 100644 --- a/src/empathy-accounts.c +++ b/src/empathy-accounts.c @@ -36,9 +36,7 @@ #include <cheese-gtk.h> #endif -#include <telepathy-glib/account-manager.h> -#include <telepathy-glib/defs.h> -#include <telepathy-glib/util.h> +#include <telepathy-glib/telepathy-glib.h> #include <libempathy/empathy-utils.h> #include <libempathy/empathy-connection-managers.h> diff --git a/src/empathy-auth-client.c b/src/empathy-auth-client.c index d1f905c4f..578e63f6e 100644 --- a/src/empathy-auth-client.c +++ b/src/empathy-auth-client.c @@ -26,7 +26,7 @@ #include <glib/gi18n.h> #include <gtk/gtk.h> -#include <telepathy-glib/debug-sender.h> +#include <telepathy-glib/telepathy-glib.h> #define DEBUG_FLAG EMPATHY_DEBUG_TLS #include <libempathy/empathy-debug.h> diff --git a/src/empathy-call-factory.c b/src/empathy-call-factory.c index 9401ae71b..45469e7b6 100644 --- a/src/empathy-call-factory.c +++ b/src/empathy-call-factory.c @@ -23,10 +23,7 @@ #include <stdio.h> #include <stdlib.h> -#include <telepathy-glib/account-channel-request.h> -#include <telepathy-glib/simple-handler.h> -#include <telepathy-glib/interfaces.h> -#include <telepathy-glib/util.h> +#include <telepathy-glib/telepathy-glib.h> #include <libempathy/empathy-client-factory.h> #include <libempathy/empathy-request-util.h> diff --git a/src/empathy-call-handler.c b/src/empathy-call-handler.c index be0987e95..3b870be07 100644 --- a/src/empathy-call-handler.c +++ b/src/empathy-call-handler.c @@ -23,9 +23,7 @@ #include <stdio.h> #include <stdlib.h> -#include <telepathy-glib/account-channel-request.h> -#include <telepathy-glib/util.h> -#include <telepathy-glib/interfaces.h> +#include <telepathy-glib/telepathy-glib.h> #include <telepathy-farstream/telepathy-farstream.h> diff --git a/src/empathy-call-window.c b/src/empathy-call-window.c index 5a3b0d88a..db7605bfe 100644 --- a/src/empathy-call-window.c +++ b/src/empathy-call-window.c @@ -34,9 +34,8 @@ #include <clutter-gtk/clutter-gtk.h> #include <clutter-gst/clutter-gst.h> -#include <telepathy-glib/util.h> #include <telepathy-farstream/telepathy-farstream.h> -#include <telepathy-glib/util.h> +#include <telepathy-glib/telepathy-glib.h> #include <farstream/fs-element-added-notifier.h> #include <farstream/fs-utils.h> diff --git a/src/empathy-call.c b/src/empathy-call.c index 9d7a2b355..5b50f9572 100644 --- a/src/empathy-call.c +++ b/src/empathy-call.c @@ -34,8 +34,6 @@ #include <X11/Xlib.h> #endif -#include <telepathy-glib/debug-sender.h> - #include <libempathy/empathy-client-factory.h> #include <libempathy-gtk/empathy-ui-utils.h> diff --git a/src/empathy-chat-window.c b/src/empathy-chat-window.c index 6231b57b3..f21db0335 100644 --- a/src/empathy-chat-window.c +++ b/src/empathy-chat-window.c @@ -35,8 +35,6 @@ #include <glib/gi18n.h> #include <libnotify/notification.h> -#include <telepathy-glib/telepathy-glib.h> - #include <libempathy/empathy-client-factory.h> #include <libempathy/empathy-contact.h> #include <libempathy/empathy-message.h> diff --git a/src/empathy-chat-window.h b/src/empathy-chat-window.h index 7804bd4b9..d7ddc2b6b 100644 --- a/src/empathy-chat-window.h +++ b/src/empathy-chat-window.h @@ -30,7 +30,7 @@ #include <glib-object.h> #include <gtk/gtk.h> -#include <telepathy-glib/account.h> +#include <telepathy-glib/telepathy-glib.h> #include <libempathy-gtk/empathy-chat.h> diff --git a/src/empathy-chat.c b/src/empathy-chat.c index 3094b5137..0f7173a9c 100644 --- a/src/empathy-chat.c +++ b/src/empathy-chat.c @@ -28,8 +28,6 @@ #include <libnotify/notify.h> -#include <telepathy-glib/debug-sender.h> - #include <libempathy/empathy-presence-manager.h> #include <libempathy/empathy-individual-manager.h> diff --git a/src/empathy-debug-window.c b/src/empathy-debug-window.c index 159db0b09..33b12627a 100644 --- a/src/empathy-debug-window.c +++ b/src/empathy-debug-window.c @@ -37,11 +37,7 @@ #include <libempathy-gtk/empathy-geometry.h> #include <libempathy-gtk/empathy-ui-utils.h> -#include <telepathy-glib/dbus.h> -#include <telepathy-glib/interfaces.h> -#include <telepathy-glib/util.h> -#include <telepathy-glib/proxy-subclass.h> -#include <telepathy-glib/account-manager.h> +#include <telepathy-glib/telepathy-glib.h> #include "extensions/extensions.h" diff --git a/src/empathy-event-manager.c b/src/empathy-event-manager.c index 7e34f4ce6..b0017e609 100644 --- a/src/empathy-event-manager.c +++ b/src/empathy-event-manager.c @@ -24,10 +24,7 @@ #include <string.h> #include <glib/gi18n.h> -#include <telepathy-glib/account-manager.h> -#include <telepathy-glib/util.h> -#include <telepathy-glib/interfaces.h> -#include <telepathy-glib/simple-approver.h> +#include <telepathy-glib/telepathy-glib.h> #include <libempathy/empathy-presence-manager.h> #include <libempathy/empathy-connection-aggregator.h> diff --git a/src/empathy-import-dialog.c b/src/empathy-import-dialog.c index 4e00bd11a..500e82b8b 100644 --- a/src/empathy-import-dialog.c +++ b/src/empathy-import-dialog.c @@ -26,7 +26,7 @@ #include <gtk/gtk.h> #include <glib/gi18n-lib.h> -#include <telepathy-glib/util.h> +#include <telepathy-glib/telepathy-glib.h> #include "empathy-import-dialog.h" #include "empathy-import-pidgin.h" diff --git a/src/empathy-import-pidgin.c b/src/empathy-import-pidgin.c index f50b18365..56a742d22 100644 --- a/src/empathy-import-pidgin.c +++ b/src/empathy-import-pidgin.c @@ -30,8 +30,7 @@ #include <libxml/parser.h> #include <libxml/tree.h> -#include <telepathy-glib/util.h> -#include <telepathy-glib/dbus.h> +#include <telepathy-glib/telepathy-glib.h> #include "empathy-import-utils.h" #include "empathy-import-pidgin.h" diff --git a/src/empathy-import-utils.c b/src/empathy-import-utils.c index 2c942b585..7007dee57 100644 --- a/src/empathy-import-utils.c +++ b/src/empathy-import-utils.c @@ -19,8 +19,6 @@ * Cosimo Cecchi <cosimo.cecchi@collabora.co.uk> */ -#include <telepathy-glib/util.h> - #include <libempathy/empathy-connection-managers.h> #include <libempathy/empathy-utils.h> diff --git a/src/empathy-import-utils.h b/src/empathy-import-utils.h index 09b85e0bc..59e1cb4d4 100644 --- a/src/empathy-import-utils.h +++ b/src/empathy-import-utils.h @@ -22,7 +22,7 @@ #ifndef __EMPATHY_IMPORT_UTILS_H__ #define __EMPATHY_IMPORT_UTILS_H__ -#include <telepathy-glib/connection-manager.h> +#include <telepathy-glib/telepathy-glib.h> #include <glib.h> G_BEGIN_DECLS diff --git a/src/empathy-import-widget.c b/src/empathy-import-widget.c index 1994280ee..93df39630 100644 --- a/src/empathy-import-widget.c +++ b/src/empathy-import-widget.c @@ -35,8 +35,7 @@ #include <libempathy-gtk/empathy-ui-utils.h> -#include <telepathy-glib/account-manager.h> -#include <telepathy-glib/util.h> +#include <telepathy-glib/telepathy-glib.h> #include <glib/gi18n-lib.h> diff --git a/src/empathy-invite-participant-dialog.h b/src/empathy-invite-participant-dialog.h index 7d32bdd8f..7946fa001 100644 --- a/src/empathy-invite-participant-dialog.h +++ b/src/empathy-invite-participant-dialog.h @@ -14,7 +14,7 @@ #include <gtk/gtk.h> -#include <telepathy-glib/account.h> +#include <telepathy-glib/telepathy-glib.h> #include "libempathy/empathy-tp-chat.h" diff --git a/src/empathy-preferences.c b/src/empathy-preferences.c index 99d920fcd..02b34dcf0 100644 --- a/src/empathy-preferences.c +++ b/src/empathy-preferences.c @@ -30,8 +30,7 @@ #include <gtk/gtk.h> #include <glib/gi18n.h> -#include <telepathy-glib/dbus.h> -#include <telepathy-glib/util.h> +#include <telepathy-glib/telepathy-glib.h> #include <libempathy/empathy-client-factory.h> #include <libempathy/empathy-gsettings.h> diff --git a/src/empathy-roster-window.c b/src/empathy-roster-window.c index c6a04fa89..0c0d92438 100644 --- a/src/empathy-roster-window.c +++ b/src/empathy-roster-window.c @@ -28,8 +28,7 @@ #include <gdk/gdkkeysyms.h> #include <glib/gi18n.h> -#include <telepathy-glib/account-manager.h> -#include <telepathy-glib/util.h> +#include <telepathy-glib/telepathy-glib.h> #include <folks/folks.h> #include <libempathy/empathy-contact.h> diff --git a/src/empathy-status-icon.c b/src/empathy-status-icon.c index 517dd1df2..b26b925c8 100644 --- a/src/empathy-status-icon.c +++ b/src/empathy-status-icon.c @@ -29,8 +29,7 @@ #include <gdk/gdkkeysyms.h> #include <glib/gi18n.h> -#include <telepathy-glib/account-manager.h> -#include <telepathy-glib/util.h> +#include <telepathy-glib/telepathy-glib.h> #include <libempathy/empathy-gsettings.h> #include <libempathy/empathy-utils.h> diff --git a/src/empathy.c b/src/empathy.c index a75cf3e16..fcfa0bc65 100644 --- a/src/empathy.c +++ b/src/empathy.c @@ -37,12 +37,7 @@ #include <libnotify/notify.h> -#include <telepathy-glib/account-manager.h> -#include <telepathy-glib/dbus.h> -#include <telepathy-glib/debug-sender.h> -#include <telepathy-glib/util.h> -#include <telepathy-glib/connection-manager.h> -#include <telepathy-glib/interfaces.h> +#include <telepathy-glib/telepathy-glib.h> #include <telepathy-logger/telepathy-logger.h> |