aboutsummaryrefslogtreecommitdiffstats
path: root/libempathy-gtk/empathy-contact-list-view.c
diff options
context:
space:
mode:
authorXavier Claessens <xclaesse@src.gnome.org>2008-01-21 22:12:28 +0800
committerXavier Claessens <xclaesse@src.gnome.org>2008-01-21 22:12:28 +0800
commitc1fb7fe649e8f83b8e00d20a7b5f594741a2b6aa (patch)
treed34a9c7bdfb21e7550ebf85b5ee492ffa09e44fa /libempathy-gtk/empathy-contact-list-view.c
parent544f36035197498a61382036ee75b9310f1b0e83 (diff)
downloadgsoc2013-empathy-c1fb7fe649e8f83b8e00d20a7b5f594741a2b6aa.tar
gsoc2013-empathy-c1fb7fe649e8f83b8e00d20a7b5f594741a2b6aa.tar.gz
gsoc2013-empathy-c1fb7fe649e8f83b8e00d20a7b5f594741a2b6aa.tar.bz2
gsoc2013-empathy-c1fb7fe649e8f83b8e00d20a7b5f594741a2b6aa.tar.lz
gsoc2013-empathy-c1fb7fe649e8f83b8e00d20a7b5f594741a2b6aa.tar.xz
gsoc2013-empathy-c1fb7fe649e8f83b8e00d20a7b5f594741a2b6aa.tar.zst
gsoc2013-empathy-c1fb7fe649e8f83b8e00d20a7b5f594741a2b6aa.zip
Move empathy-contact-groups to libempathy, it has nothing to do in -gtk
svn path=/trunk/; revision=592
Diffstat (limited to 'libempathy-gtk/empathy-contact-list-view.c')
-rw-r--r--libempathy-gtk/empathy-contact-list-view.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libempathy-gtk/empathy-contact-list-view.c b/libempathy-gtk/empathy-contact-list-view.c
index 35557f10d..78ac3980c 100644
--- a/libempathy-gtk/empathy-contact-list-view.c
+++ b/libempathy-gtk/empathy-contact-list-view.c
@@ -40,6 +40,7 @@
#include <libempathy/empathy-contact-list.h>
#include <libempathy/empathy-log-manager.h>
#include <libempathy/empathy-tp-group.h>
+#include <libempathy/empathy-contact-groups.h>
#include <libempathy/empathy-debug.h>
#include <libempathy/empathy-utils.h>
#include <libempathy/empathy-marshal.h>
@@ -47,7 +48,6 @@
#include "empathy-contact-list-view.h"
#include "empathy-contact-list-store.h"
#include "empathy-images.h"
-#include "empathy-contact-groups.h"
#include "empathy-cell-renderer-expander.h"
#include "empathy-cell-renderer-text.h"
#include "empathy-cell-renderer-activatable.h"