diff options
author | Jonny Lamb <jonnylamb@gnome.org> | 2009-10-24 22:53:54 +0800 |
---|---|---|
committer | Jonny Lamb <jonnylamb@gnome.org> | 2009-10-24 22:53:54 +0800 |
commit | d0285beb26e058b793d85ea9fef1d5f32558120b (patch) | |
tree | 963f67ae31e418dbaf36bdcb890ff64b57321c23 /libempathy-gtk | |
parent | 62a7a3ea40c946f981d41f9ee338dc52b9bd8292 (diff) | |
download | gsoc2013-empathy-d0285beb26e058b793d85ea9fef1d5f32558120b.tar gsoc2013-empathy-d0285beb26e058b793d85ea9fef1d5f32558120b.tar.gz gsoc2013-empathy-d0285beb26e058b793d85ea9fef1d5f32558120b.tar.bz2 gsoc2013-empathy-d0285beb26e058b793d85ea9fef1d5f32558120b.tar.lz gsoc2013-empathy-d0285beb26e058b793d85ea9fef1d5f32558120b.tar.xz gsoc2013-empathy-d0285beb26e058b793d85ea9fef1d5f32558120b.tar.zst gsoc2013-empathy-d0285beb26e058b793d85ea9fef1d5f32558120b.zip |
irc-network-dialog: port to new tp-glib account API
Signed-off-by: Jonny Lamb <jonnylamb@gnome.org>
Diffstat (limited to 'libempathy-gtk')
-rw-r--r-- | libempathy-gtk/empathy-irc-network-dialog.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/libempathy-gtk/empathy-irc-network-dialog.c b/libempathy-gtk/empathy-irc-network-dialog.c index 8d4676417..69f83637d 100644 --- a/libempathy-gtk/empathy-irc-network-dialog.c +++ b/libempathy-gtk/empathy-irc-network-dialog.c @@ -28,7 +28,6 @@ #include <gtk/gtk.h> #include <libempathy/empathy-utils.h> -#include <libempathy/empathy-account.h> #include <libempathy/empathy-irc-network-manager.h> #include "empathy-ui-utils.h" |