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 /src | |
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 'src')
-rw-r--r-- | src/empathy-accounts-dialog.c | 1 | ||||
-rw-r--r-- | src/empathy-call-factory.c | 1 | ||||
-rw-r--r-- | src/empathy-call-handler.c | 1 | ||||
-rw-r--r-- | src/empathy-call-window.c | 1 | ||||
-rw-r--r-- | src/empathy-chat-window.c | 1 | ||||
-rw-r--r-- | src/empathy-roster-window.c | 1 |
6 files changed, 0 insertions, 6 deletions
diff --git a/src/empathy-accounts-dialog.c b/src/empathy-accounts-dialog.c index a9b65b25d..4de6911e1 100644 --- a/src/empathy-accounts-dialog.c +++ b/src/empathy-accounts-dialog.c @@ -41,7 +41,6 @@ #include <libempathy/empathy-utils.h> #include <libempathy/empathy-connection-managers.h> #include <libempathy/empathy-pkg-kit.h> -#include <libempathy/empathy-tp-contact-factory.h> #include <libempathy-gtk/empathy-ui-utils.h> #include <libempathy-gtk/empathy-protocol-chooser.h> diff --git a/src/empathy-call-factory.c b/src/empathy-call-factory.c index 783c44e95..9401ae71b 100644 --- a/src/empathy-call-factory.c +++ b/src/empathy-call-factory.c @@ -30,7 +30,6 @@ #include <libempathy/empathy-client-factory.h> #include <libempathy/empathy-request-util.h> -#include <libempathy/empathy-tp-contact-factory.h> #include <libempathy/empathy-utils.h> #include "empathy-call-factory.h" diff --git a/src/empathy-call-handler.c b/src/empathy-call-handler.c index 33ae9c709..be0987e95 100644 --- a/src/empathy-call-handler.c +++ b/src/empathy-call-handler.c @@ -30,7 +30,6 @@ #include <telepathy-farstream/telepathy-farstream.h> #include <libempathy/empathy-utils.h> -#include <libempathy/empathy-tp-contact-factory.h> #include <libempathy-gtk/empathy-call-utils.h> diff --git a/src/empathy-call-window.c b/src/empathy-call-window.c index 56f999d99..62ed406c8 100644 --- a/src/empathy-call-window.c +++ b/src/empathy-call-window.c @@ -43,7 +43,6 @@ #include <libempathy/empathy-camera-monitor.h> #include <libempathy/empathy-gsettings.h> -#include <libempathy/empathy-tp-contact-factory.h> #include <libempathy/empathy-request-util.h> #include <libempathy/empathy-utils.h> diff --git a/src/empathy-chat-window.c b/src/empathy-chat-window.c index eb2e4b133..6de6db140 100644 --- a/src/empathy-chat-window.c +++ b/src/empathy-chat-window.c @@ -44,7 +44,6 @@ #include <libempathy/empathy-chatroom-manager.h> #include <libempathy/empathy-gsettings.h> #include <libempathy/empathy-utils.h> -#include <libempathy/empathy-tp-contact-factory.h> #include <libempathy/empathy-request-util.h> #include <libempathy/empathy-individual-manager.h> diff --git a/src/empathy-roster-window.c b/src/empathy-roster-window.c index 3f73e3711..613a654e6 100644 --- a/src/empathy-roster-window.c +++ b/src/empathy-roster-window.c @@ -41,7 +41,6 @@ #include <libempathy/empathy-individual-manager.h> #include <libempathy/empathy-gsettings.h> #include <libempathy/empathy-status-presets.h> -#include <libempathy/empathy-tp-contact-factory.h> #include <libempathy-gtk/empathy-contact-dialogs.h> #include <libempathy-gtk/empathy-live-search.h> |