diff options
author | Xavier Claessens <xclaesse@gmail.com> | 2009-02-16 07:20:20 +0800 |
---|---|---|
committer | Xavier Claessens <xclaesse@gmail.com> | 2009-04-22 18:17:00 +0800 |
commit | 25ea31c7ba8f7c2b2b6284d4dc6d058bea962ed1 (patch) | |
tree | f98d7ff615da6966295cb8206e127f28379af1a7 | |
parent | 05774c2abbc27f25ccc837f25788385bf5618688 (diff) | |
download | gsoc2013-empathy-25ea31c7ba8f7c2b2b6284d4dc6d058bea962ed1.tar gsoc2013-empathy-25ea31c7ba8f7c2b2b6284d4dc6d058bea962ed1.tar.gz gsoc2013-empathy-25ea31c7ba8f7c2b2b6284d4dc6d058bea962ed1.tar.bz2 gsoc2013-empathy-25ea31c7ba8f7c2b2b6284d4dc6d058bea962ed1.tar.lz gsoc2013-empathy-25ea31c7ba8f7c2b2b6284d4dc6d058bea962ed1.tar.xz gsoc2013-empathy-25ea31c7ba8f7c2b2b6284d4dc6d058bea962ed1.tar.zst gsoc2013-empathy-25ea31c7ba8f7c2b2b6284d4dc6d058bea962ed1.zip |
Drop unused include of contact factory
-rw-r--r-- | libempathy/empathy-utils.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/libempathy/empathy-utils.c b/libempathy/empathy-utils.c index a476d9e54..37ad74dd1 100644 --- a/libempathy/empathy-utils.c +++ b/libempathy/empathy-utils.c @@ -37,7 +37,6 @@ #include <telepathy-glib/dbus.h> #include "empathy-utils.h" -#include "empathy-contact-factory.h" #include "empathy-contact-manager.h" #include "empathy-dispatcher.h" #include "empathy-dispatch-operation.h" |