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-gtk | |
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-gtk')
-rw-r--r-- | libempathy-gtk/empathy-contact-dialogs.c | 1 | ||||
-rw-r--r-- | libempathy-gtk/empathy-new-call-dialog.c | 1 | ||||
-rw-r--r-- | libempathy-gtk/empathy-new-message-dialog.c | 1 |
3 files changed, 0 insertions, 3 deletions
diff --git a/libempathy-gtk/empathy-contact-dialogs.c b/libempathy-gtk/empathy-contact-dialogs.c index 00d737bda..027ba370c 100644 --- a/libempathy-gtk/empathy-contact-dialogs.c +++ b/libempathy-gtk/empathy-contact-dialogs.c @@ -30,7 +30,6 @@ #include <telepathy-glib/account-manager.h> -#include <libempathy/empathy-tp-contact-factory.h> #include <libempathy/empathy-utils.h> #include "empathy-contact-dialogs.h" diff --git a/libempathy-gtk/empathy-new-call-dialog.c b/libempathy-gtk/empathy-new-call-dialog.c index ba44721d3..079afe476 100644 --- a/libempathy-gtk/empathy-new-call-dialog.c +++ b/libempathy-gtk/empathy-new-call-dialog.c @@ -28,7 +28,6 @@ #include <telepathy-glib/interfaces.h> -#include <libempathy/empathy-tp-contact-factory.h> #include <libempathy/empathy-camera-monitor.h> #include <libempathy/empathy-utils.h> #include <libempathy/empathy-request-util.h> diff --git a/libempathy-gtk/empathy-new-message-dialog.c b/libempathy-gtk/empathy-new-message-dialog.c index 3fcff98f0..14199578f 100644 --- a/libempathy-gtk/empathy-new-message-dialog.c +++ b/libempathy-gtk/empathy-new-message-dialog.c @@ -28,7 +28,6 @@ #include <telepathy-glib/interfaces.h> -#include <libempathy/empathy-tp-contact-factory.h> #include <libempathy/empathy-request-util.h> #include <libempathy/empathy-utils.h> |