diff options
author | Guillaume Desmottes <guillaume.desmottes@collabora.co.uk> | 2011-12-12 20:07:23 +0800 |
---|---|---|
committer | Guillaume Desmottes <guillaume.desmottes@collabora.co.uk> | 2011-12-14 20:26:54 +0800 |
commit | 78120c07e3588eab58c5abb6ce5627028842049c (patch) | |
tree | 48290439cb45278783563987288527d40ce315f3 | |
parent | 42286849ee43d2807f8d4faa5d747b144859e08a (diff) | |
download | gsoc2013-empathy-78120c07e3588eab58c5abb6ce5627028842049c.tar gsoc2013-empathy-78120c07e3588eab58c5abb6ce5627028842049c.tar.gz gsoc2013-empathy-78120c07e3588eab58c5abb6ce5627028842049c.tar.bz2 gsoc2013-empathy-78120c07e3588eab58c5abb6ce5627028842049c.tar.lz gsoc2013-empathy-78120c07e3588eab58c5abb6ce5627028842049c.tar.xz gsoc2013-empathy-78120c07e3588eab58c5abb6ce5627028842049c.tar.zst gsoc2013-empathy-78120c07e3588eab58c5abb6ce5627028842049c.zip |
remove useless includes of empathy-contact-manager.h
https://bugzilla.gnome.org/show_bug.cgi?id=660547
-rw-r--r-- | libempathy-gtk/empathy-individual-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 | ||||
-rw-r--r-- | libempathy/empathy-individual-manager.c | 1 | ||||
-rw-r--r-- | libempathy/empathy-utils.c | 1 |
5 files changed, 0 insertions, 5 deletions
diff --git a/libempathy-gtk/empathy-individual-dialogs.c b/libempathy-gtk/empathy-individual-dialogs.c index ed566329d..0aca78fd3 100644 --- a/libempathy-gtk/empathy-individual-dialogs.c +++ b/libempathy-gtk/empathy-individual-dialogs.c @@ -33,7 +33,6 @@ #include <libempathy/empathy-individual-manager.h> #include <libempathy/empathy-utils.h> -#include <libempathy/empathy-contact-manager.h> #include "empathy-individual-dialogs.h" #include "empathy-contact-widget.h" diff --git a/libempathy-gtk/empathy-new-call-dialog.c b/libempathy-gtk/empathy-new-call-dialog.c index 6c55f095e..0fecedde5 100644 --- a/libempathy-gtk/empathy-new-call-dialog.c +++ b/libempathy-gtk/empathy-new-call-dialog.c @@ -32,7 +32,6 @@ #include <libempathy/empathy-tp-contact-factory.h> #include <libempathy/empathy-camera-monitor.h> -#include <libempathy/empathy-contact-manager.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 8ed1712a3..3fcff98f0 100644 --- a/libempathy-gtk/empathy-new-message-dialog.c +++ b/libempathy-gtk/empathy-new-message-dialog.c @@ -29,7 +29,6 @@ #include <telepathy-glib/interfaces.h> #include <libempathy/empathy-tp-contact-factory.h> -#include <libempathy/empathy-contact-manager.h> #include <libempathy/empathy-request-util.h> #include <libempathy/empathy-utils.h> diff --git a/libempathy/empathy-individual-manager.c b/libempathy/empathy-individual-manager.c index 5305c41e8..b391d3ca9 100644 --- a/libempathy/empathy-individual-manager.c +++ b/libempathy/empathy-individual-manager.c @@ -36,7 +36,6 @@ #include "empathy-individual-manager.h" #include "empathy-utils.h" -#include "empathy-contact-manager.h" #define DEBUG_FLAG EMPATHY_DEBUG_CONTACT #include "empathy-debug.h" diff --git a/libempathy/empathy-utils.c b/libempathy/empathy-utils.c index c5016c235..55e23380c 100644 --- a/libempathy/empathy-utils.c +++ b/libempathy/empathy-utils.c @@ -48,7 +48,6 @@ #include "empathy-client-factory.h" #include "empathy-utils.h" -#include "empathy-contact-manager.h" #include "empathy-individual-manager.h" #include "empathy-presence-manager.h" #include "empathy-request-util.h" |