diff options
author | Xavier Claessens <xclaesse@src.gnome.org> | 2008-04-11 21:11:10 +0800 |
---|---|---|
committer | Xavier Claessens <xclaesse@src.gnome.org> | 2008-04-11 21:11:10 +0800 |
commit | de68aca2d18e0eeb4432ac28f8fa1174f9367588 (patch) | |
tree | 2c21ab7991d4c728c36a67b3b8a98d905424ebfe | |
parent | d253320e38f1d4f79f610d6473787726abf6be19 (diff) | |
download | gsoc2013-empathy-de68aca2d18e0eeb4432ac28f8fa1174f9367588.tar gsoc2013-empathy-de68aca2d18e0eeb4432ac28f8fa1174f9367588.tar.gz gsoc2013-empathy-de68aca2d18e0eeb4432ac28f8fa1174f9367588.tar.bz2 gsoc2013-empathy-de68aca2d18e0eeb4432ac28f8fa1174f9367588.tar.lz gsoc2013-empathy-de68aca2d18e0eeb4432ac28f8fa1174f9367588.tar.xz gsoc2013-empathy-de68aca2d18e0eeb4432ac28f8fa1174f9367588.tar.zst gsoc2013-empathy-de68aca2d18e0eeb4432ac28f8fa1174f9367588.zip |
Remove unused includes
svn path=/trunk/; revision=909
-rw-r--r-- | libempathy-gtk/empathy-account-chooser.c | 1 | ||||
-rw-r--r-- | libempathy/empathy-utils.c | 1 | ||||
-rw-r--r-- | libempathy/empathy-utils.h | 2 |
3 files changed, 0 insertions, 4 deletions
diff --git a/libempathy-gtk/empathy-account-chooser.c b/libempathy-gtk/empathy-account-chooser.c index 53fe94c68..5b1867e61 100644 --- a/libempathy-gtk/empathy-account-chooser.c +++ b/libempathy-gtk/empathy-account-chooser.c @@ -30,7 +30,6 @@ #include <gtk/gtk.h> #include <glade/glade.h> -#include <libtelepathy/tp-conn.h> #include <libmissioncontrol/mc-account-monitor.h> #include <libmissioncontrol/mission-control.h> diff --git a/libempathy/empathy-utils.c b/libempathy/empathy-utils.c index 230a7f29c..b4058cd38 100644 --- a/libempathy/empathy-utils.c +++ b/libempathy/empathy-utils.c @@ -33,7 +33,6 @@ #include <glib/gi18n.h> #include <libxml/uri.h> -#include <libtelepathy/tp-conn.h> #include <telepathy-glib/connection.h> #include <telepathy-glib/channel.h> #include <telepathy-glib/dbus.h> diff --git a/libempathy/empathy-utils.h b/libempathy/empathy-utils.h index aed69cd5a..f717b845a 100644 --- a/libempathy/empathy-utils.h +++ b/libempathy/empathy-utils.h @@ -32,8 +32,6 @@ #include <libxml/parser.h> #include <libxml/tree.h> -#include <libtelepathy/tp-chan.h> - #include <libmissioncontrol/mc-account.h> #include <libmissioncontrol/mission-control.h> |