aboutsummaryrefslogtreecommitdiffstats
path: root/libempathy
diff options
context:
space:
mode:
authorGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>2011-12-12 20:07:23 +0800
committerGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>2011-12-14 20:26:54 +0800
commit78120c07e3588eab58c5abb6ce5627028842049c (patch)
tree48290439cb45278783563987288527d40ce315f3 /libempathy
parent42286849ee43d2807f8d4faa5d747b144859e08a (diff)
downloadgsoc2013-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
Diffstat (limited to 'libempathy')
-rw-r--r--libempathy/empathy-individual-manager.c1
-rw-r--r--libempathy/empathy-utils.c1
2 files changed, 0 insertions, 2 deletions
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"