diff options
author | Cosimo Cecchi <cosimoc@gnome.org> | 2009-05-06 02:10:23 +0800 |
---|---|---|
committer | Cosimo Cecchi <cosimoc@gnome.org> | 2009-06-01 23:47:40 +0800 |
commit | 3d6b55954ec8fe6fd037f78f3114bdf6f6952e1a (patch) | |
tree | 74173d5297fc4618fe0af8a4258605ff6439800a /libempathy/empathy-dispatcher.c | |
parent | c7ea0ef05972116a5b29b50bad98f759cb641e4c (diff) | |
download | gsoc2013-empathy-3d6b55954ec8fe6fd037f78f3114bdf6f6952e1a.tar gsoc2013-empathy-3d6b55954ec8fe6fd037f78f3114bdf6f6952e1a.tar.gz gsoc2013-empathy-3d6b55954ec8fe6fd037f78f3114bdf6f6952e1a.tar.bz2 gsoc2013-empathy-3d6b55954ec8fe6fd037f78f3114bdf6f6952e1a.tar.lz gsoc2013-empathy-3d6b55954ec8fe6fd037f78f3114bdf6f6952e1a.tar.xz gsoc2013-empathy-3d6b55954ec8fe6fd037f78f3114bdf6f6952e1a.tar.zst gsoc2013-empathy-3d6b55954ec8fe6fd037f78f3114bdf6f6952e1a.zip |
First cleanup after rebase
Diffstat (limited to 'libempathy/empathy-dispatcher.c')
-rw-r--r-- | libempathy/empathy-dispatcher.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libempathy/empathy-dispatcher.c b/libempathy/empathy-dispatcher.c index bc216d6f1..393c4a92d 100644 --- a/libempathy/empathy-dispatcher.c +++ b/libempathy/empathy-dispatcher.c @@ -38,7 +38,7 @@ #include "empathy-utils.h" #include "empathy-tube-handler.h" #include "empathy-account-manager.h" -#include "empathy-contact-factory.h" +#include "empathy-tp-contact-factory.h" #include "empathy-chatroom-manager.h" #include "empathy-utils.h" |