diff options
author | Guillaume Desmottes <guillaume.desmottes@collabora.co.uk> | 2009-04-29 17:53:31 +0800 |
---|---|---|
committer | Guillaume Desmottes <guillaume.desmottes@collabora.co.uk> | 2009-04-29 17:53:31 +0800 |
commit | 1f710d6bf24ad4640086a86dffb706b0b4905716 (patch) | |
tree | 8cfe254763df0e69f751a6188e10210ad04883de /libempathy/empathy-call-handler.c | |
parent | 813a4f37f81c3486e7952f0a82c791689a68a520 (diff) | |
download | gsoc2013-empathy-1f710d6bf24ad4640086a86dffb706b0b4905716.tar gsoc2013-empathy-1f710d6bf24ad4640086a86dffb706b0b4905716.tar.gz gsoc2013-empathy-1f710d6bf24ad4640086a86dffb706b0b4905716.tar.bz2 gsoc2013-empathy-1f710d6bf24ad4640086a86dffb706b0b4905716.tar.lz gsoc2013-empathy-1f710d6bf24ad4640086a86dffb706b0b4905716.tar.xz gsoc2013-empathy-1f710d6bf24ad4640086a86dffb706b0b4905716.tar.zst gsoc2013-empathy-1f710d6bf24ad4640086a86dffb706b0b4905716.zip |
remove useless include
Diffstat (limited to 'libempathy/empathy-call-handler.c')
-rw-r--r-- | libempathy/empathy-call-handler.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/libempathy/empathy-call-handler.c b/libempathy/empathy-call-handler.c index bccbeaea2..f6cea961a 100644 --- a/libempathy/empathy-call-handler.c +++ b/libempathy/empathy-call-handler.c @@ -30,7 +30,6 @@ #include "empathy-call-handler.h" #include "empathy-dispatcher.h" #include "empathy-marshal.h" -#include "empathy-tp-contact-factory.h" #include "empathy-utils.h" G_DEFINE_TYPE(EmpathyCallHandler, empathy_call_handler, G_TYPE_OBJECT) |