diff options
author | Jonny Lamb <jonny.lamb@collabora.co.uk> | 2008-11-22 00:18:26 +0800 |
---|---|---|
committer | Xavier Claessens <xclaesse@src.gnome.org> | 2008-11-22 00:18:26 +0800 |
commit | 9d73a94678c7eb7dc456818c460e832b60f12c1d (patch) | |
tree | 95d4f0b8035a9455460d070c27ea13b79ba8f304 /libempathy | |
parent | 5bf702af32fa40134fe4f9652e1542a54228f4c2 (diff) | |
download | gsoc2013-empathy-9d73a94678c7eb7dc456818c460e832b60f12c1d.tar gsoc2013-empathy-9d73a94678c7eb7dc456818c460e832b60f12c1d.tar.gz gsoc2013-empathy-9d73a94678c7eb7dc456818c460e832b60f12c1d.tar.bz2 gsoc2013-empathy-9d73a94678c7eb7dc456818c460e832b60f12c1d.tar.lz gsoc2013-empathy-9d73a94678c7eb7dc456818c460e832b60f12c1d.tar.xz gsoc2013-empathy-9d73a94678c7eb7dc456818c460e832b60f12c1d.tar.zst gsoc2013-empathy-9d73a94678c7eb7dc456818c460e832b60f12c1d.zip |
Removed useless libtelepathy headers. (Jonny Lamb)
Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk>
svn path=/trunk/; revision=1810
Diffstat (limited to 'libempathy')
-rw-r--r-- | libempathy/empathy-tp-file.c | 4 | ||||
-rw-r--r-- | libempathy/empathy-tp-file.h | 1 |
2 files changed, 0 insertions, 5 deletions
diff --git a/libempathy/empathy-tp-file.c b/libempathy/empathy-tp-file.c index de07d496b..a56b8cfe3 100644 --- a/libempathy/empathy-tp-file.c +++ b/libempathy/empathy-tp-file.c @@ -35,10 +35,6 @@ #include <gio/gunixinputstream.h> #include <gio/gunixoutputstream.h> -#include <libtelepathy/tp-conn.h> -#include <libtelepathy/tp-helpers.h> -#include <libtelepathy/tp-props-iface.h> - #include <telepathy-glib/proxy-subclass.h> #include "empathy-tp-file.h" diff --git a/libempathy/empathy-tp-file.h b/libempathy/empathy-tp-file.h index c8565033f..f412f847b 100644 --- a/libempathy/empathy-tp-file.h +++ b/libempathy/empathy-tp-file.h @@ -28,7 +28,6 @@ #include <glib.h> #include <telepathy-glib/channel.h> -#include <libtelepathy/tp-constants.h> #include <extensions/extensions.h> |