diff options
author | Xavier Claessens <xclaesse@src.gnome.org> | 2008-03-11 20:23:16 +0800 |
---|---|---|
committer | Xavier Claessens <xclaesse@src.gnome.org> | 2008-03-11 20:23:16 +0800 |
commit | 23b431541402a1e497ae334efcc73278cedde3a9 (patch) | |
tree | df2582da92049c0469d8c18aea5a445606c1cf4e /libempathy-gtk | |
parent | ad0f65b3c92bca268d29b8d07c840f07ed55189e (diff) | |
download | gsoc2013-empathy-23b431541402a1e497ae334efcc73278cedde3a9.tar gsoc2013-empathy-23b431541402a1e497ae334efcc73278cedde3a9.tar.gz gsoc2013-empathy-23b431541402a1e497ae334efcc73278cedde3a9.tar.bz2 gsoc2013-empathy-23b431541402a1e497ae334efcc73278cedde3a9.tar.lz gsoc2013-empathy-23b431541402a1e497ae334efcc73278cedde3a9.tar.xz gsoc2013-empathy-23b431541402a1e497ae334efcc73278cedde3a9.tar.zst gsoc2013-empathy-23b431541402a1e497ae334efcc73278cedde3a9.zip |
Remove useless libtelepathy headers
svn path=/trunk/; revision=777
Diffstat (limited to 'libempathy-gtk')
-rw-r--r-- | libempathy-gtk/empathy-accounts-dialog.c | 1 | ||||
-rw-r--r-- | libempathy-gtk/empathy-call-window.c | 1 | ||||
-rw-r--r-- | libempathy-gtk/empathy-contact-list-view.c | 2 |
3 files changed, 0 insertions, 4 deletions
diff --git a/libempathy-gtk/empathy-accounts-dialog.c b/libempathy-gtk/empathy-accounts-dialog.c index 53b623cb2..151c172ca 100644 --- a/libempathy-gtk/empathy-accounts-dialog.c +++ b/libempathy-gtk/empathy-accounts-dialog.c @@ -37,7 +37,6 @@ #include <libmissioncontrol/mission-control.h> #include <libmissioncontrol/mc-account-monitor.h> #include <telepathy-glib/util.h> -#include <libtelepathy/tp-constants.h> #include <libempathy/empathy-debug.h> #include <libempathy/empathy-utils.h> diff --git a/libempathy-gtk/empathy-call-window.c b/libempathy-gtk/empathy-call-window.c index 7b3ebc2b5..c7f202ee3 100644 --- a/libempathy-gtk/empathy-call-window.c +++ b/libempathy-gtk/empathy-call-window.c @@ -21,7 +21,6 @@ #include <string.h> #include <libtelepathy/tp-chan.h> -#include <libtelepathy/tp-helpers.h> #include <libmissioncontrol/mc-account.h> #include <libmissioncontrol/mc-account-monitor.h> diff --git a/libempathy-gtk/empathy-contact-list-view.c b/libempathy-gtk/empathy-contact-list-view.c index 24174c8b7..3e659b08c 100644 --- a/libempathy-gtk/empathy-contact-list-view.c +++ b/libempathy-gtk/empathy-contact-list-view.c @@ -31,8 +31,6 @@ #include <gtk/gtk.h> #include <glade/glade.h> -#include <libtelepathy/tp-helpers.h> - #include <libmissioncontrol/mc-account.h> #include <libmissioncontrol/mission-control.h> |