diff options
author | Guillaume Desmottes <guillaume.desmottes@collabora.co.uk> | 2012-04-10 19:28:30 +0800 |
---|---|---|
committer | Guillaume Desmottes <guillaume.desmottes@collabora.co.uk> | 2012-04-10 19:31:49 +0800 |
commit | a5dd2701945ee0e9a836154285a456a3cb3de93a (patch) | |
tree | 429a9f4212fb258de613671a7ca4bd34cb3e9c0b /libempathy-gtk/empathy-contact-widget.c | |
parent | c3a3fdbca5129984d875b217d8204531ccf900ab (diff) | |
download | gsoc2013-empathy-a5dd2701945ee0e9a836154285a456a3cb3de93a.tar.gz gsoc2013-empathy-a5dd2701945ee0e9a836154285a456a3cb3de93a.tar.zst gsoc2013-empathy-a5dd2701945ee0e9a836154285a456a3cb3de93a.zip |
remove useless empathy-contact-list.h includes
https://bugzilla.gnome.org/show_bug.cgi?id=673821
Diffstat (limited to 'libempathy-gtk/empathy-contact-widget.c')
-rw-r--r-- | libempathy-gtk/empathy-contact-widget.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/libempathy-gtk/empathy-contact-widget.c b/libempathy-gtk/empathy-contact-widget.c index 5691891a2..ba735f675 100644 --- a/libempathy-gtk/empathy-contact-widget.c +++ b/libempathy-gtk/empathy-contact-widget.c @@ -37,7 +37,6 @@ #include <telepathy-glib/interfaces.h> #include <libempathy/empathy-tp-contact-factory.h> -#include <libempathy/empathy-contact-list.h> #include <libempathy/empathy-location.h> #include <libempathy/empathy-time.h> #include <libempathy/empathy-utils.h> |