diff options
author | Guillaume Desmottes <guillaume.desmottes@collabora.co.uk> | 2012-05-10 18:25:39 +0800 |
---|---|---|
committer | Guillaume Desmottes <guillaume.desmottes@collabora.co.uk> | 2012-05-15 19:24:23 +0800 |
commit | 885ab0e9215ad92067b5a29fe10537c58ef6bdd4 (patch) | |
tree | a43cdd840dfb90b99afdc548d8dcf5cc432fee0b /libempathy | |
parent | 4180f9c6cb1cb97e22e8c5ca54ba1c04111f6198 (diff) | |
download | gsoc2013-empathy-885ab0e9215ad92067b5a29fe10537c58ef6bdd4.tar gsoc2013-empathy-885ab0e9215ad92067b5a29fe10537c58ef6bdd4.tar.gz gsoc2013-empathy-885ab0e9215ad92067b5a29fe10537c58ef6bdd4.tar.bz2 gsoc2013-empathy-885ab0e9215ad92067b5a29fe10537c58ef6bdd4.tar.lz gsoc2013-empathy-885ab0e9215ad92067b5a29fe10537c58ef6bdd4.tar.xz gsoc2013-empathy-885ab0e9215ad92067b5a29fe10537c58ef6bdd4.tar.zst gsoc2013-empathy-885ab0e9215ad92067b5a29fe10537c58ef6bdd4.zip |
remove unused tp-contact-factory includes
https://bugzilla.gnome.org/show_bug.cgi?id=675597
Diffstat (limited to 'libempathy')
-rw-r--r-- | libempathy/empathy-ft-handler.c | 1 | ||||
-rw-r--r-- | libempathy/empathy-utils.c | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/libempathy/empathy-ft-handler.c b/libempathy/empathy-ft-handler.c index 708f045df..e7bbf8586 100644 --- a/libempathy/empathy-ft-handler.c +++ b/libempathy/empathy-ft-handler.c @@ -31,7 +31,6 @@ #include <telepathy-glib/interfaces.h> #include "empathy-ft-handler.h" -#include "empathy-tp-contact-factory.h" #include "empathy-time.h" #include "empathy-utils.h" diff --git a/libempathy/empathy-utils.c b/libempathy/empathy-utils.c index 62c654428..c73f6514e 100644 --- a/libempathy/empathy-utils.c +++ b/libempathy/empathy-utils.c @@ -53,7 +53,6 @@ #include "empathy-individual-manager.h" #include "empathy-presence-manager.h" #include "empathy-request-util.h" -#include "empathy-tp-contact-factory.h" #include <extensions/extensions.h> |