diff options
author | Xavier Claessens <xclaesse@gmail.com> | 2009-02-21 08:37:42 +0800 |
---|---|---|
committer | Xavier Claessens <xclaesse@gmail.com> | 2009-04-22 18:21:13 +0800 |
commit | ddf0c595150816eaaaaaf92852d32baa306e88b4 (patch) | |
tree | 535173a80bba1b35eaade3ea31152191d4d687e4 /src | |
parent | 8509734ff9579ef922305b0e6dd5e28dfec8009c (diff) | |
download | gsoc2013-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
Diffstat (limited to 'src')
-rw-r--r-- | src/empathy-chat-window.c | 1 | ||||
-rw-r--r-- | src/empathy-main-window.c | 1 |
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> |