aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorXavier Claessens <xclaesse@gmail.com>2009-02-21 08:37:42 +0800
committerXavier Claessens <xclaesse@gmail.com>2009-04-22 18:21:13 +0800
commitddf0c595150816eaaaaaf92852d32baa306e88b4 (patch)
tree535173a80bba1b35eaade3ea31152191d4d687e4
parent8509734ff9579ef922305b0e6dd5e28dfec8009c (diff)
downloadgsoc2013-empathy-ddf0c595150816eaaaaaf92852d32baa306e88b4.tar
gsoc2013-empathy-ddf0c595150816eaaaaaf92852d32baa306e88b4.tar.gz
gsoc2013-empathy-ddf0c595150816eaaaaaf92852d32baa306e88b4.tar.bz2
gsoc2013-empathy-ddf0c595150816eaaaaaf92852d32baa306e88b4.tar.lz
gsoc2013-empathy-ddf0c595150816eaaaaaf92852d32baa306e88b4.tar.xz
gsoc2013-empathy-ddf0c595150816eaaaaaf92852d32baa306e88b4.tar.zst
gsoc2013-empathy-ddf0c595150816eaaaaaf92852d32baa306e88b4.zip
Remove useless include of empathy-contact-factory.h
-rw-r--r--src/empathy-chat-window.c1
-rw-r--r--src/empathy-main-window.c1
2 files changed, 0 insertions, 2 deletions
diff --git a/src/empathy-chat-window.c b/src/empathy-chat-window.c
index be8aa415a..a6ca638b8 100644
--- a/src/empathy-chat-window.c
+++ b/src/empathy-chat-window.c
@@ -37,7 +37,6 @@
#include <telepathy-glib/util.h>
#include <libmissioncontrol/mission-control.h>
-#include <libempathy/empathy-contact-factory.h>
#include <libempathy/empathy-contact.h>
#include <libempathy/empathy-message.h>
#include <libempathy/empathy-dispatcher.h>
diff --git a/src/empathy-main-window.c b/src/empathy-main-window.c
index 290ca1440..b9993a8f5 100644
--- a/src/empathy-main-window.c
+++ b/src/empathy-main-window.c
@@ -35,7 +35,6 @@
#include <libempathy/empathy-chatroom.h>
#include <libempathy/empathy-contact-list.h>
#include <libempathy/empathy-contact-manager.h>
-#include <libempathy/empathy-contact-factory.h>
#include <libempathy/empathy-status-presets.h>
#include <libempathy-gtk/empathy-contact-dialogs.h>