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 /libempathy-gtk/empathy-share-my-desktop.c | |
parent | 55a2318eeb584a744d478d8745ac9fc60c0d4787 (diff) | |
download | gsoc2013-empathy-f9a38137925ff6f712afe21961614a1efb3b35ea.tar gsoc2013-empathy-f9a38137925ff6f712afe21961614a1efb3b35ea.tar.gz gsoc2013-empathy-f9a38137925ff6f712afe21961614a1efb3b35ea.tar.bz2 gsoc2013-empathy-f9a38137925ff6f712afe21961614a1efb3b35ea.tar.lz gsoc2013-empathy-f9a38137925ff6f712afe21961614a1efb3b35ea.tar.xz 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 'libempathy-gtk/empathy-share-my-desktop.c')
-rw-r--r-- | libempathy-gtk/empathy-share-my-desktop.c | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/libempathy-gtk/empathy-share-my-desktop.c b/libempathy-gtk/empathy-share-my-desktop.c index 8f14fb6b1..0414f7d4b 100644 --- a/libempathy-gtk/empathy-share-my-desktop.c +++ b/libempathy-gtk/empathy-share-my-desktop.c @@ -23,11 +23,7 @@ #include <gtk/gtk.h> #include <dbus/dbus-glib.h> -#include <telepathy-glib/account-channel-request.h> -#include <telepathy-glib/util.h> -#include <telepathy-glib/contact.h> -#include <telepathy-glib/channel.h> -#include <telepathy-glib/interfaces.h> +#include <telepathy-glib/telepathy-glib.h> #define DEBUG_FLAG EMPATHY_DEBUG_SHARE_DESKTOP #include <libempathy/empathy-debug.h> |