diff options
author | Xavier Claessens <xclaesse@gmail.com> | 2010-05-06 20:56:37 +0800 |
---|---|---|
committer | Xavier Claessens <xclaesse@gmail.com> | 2010-05-06 20:56:37 +0800 |
commit | aac9ffc5d26531278f64d12209db21cfb5d44dfe (patch) | |
tree | f944730f08e029d66197d058a7eb6d7a0f511d25 /src/empathy-map-view.c | |
parent | da872faea7e299cd6cffe2b121354fd50f9a9409 (diff) | |
download | gsoc2013-empathy-aac9ffc5d26531278f64d12209db21cfb5d44dfe.tar gsoc2013-empathy-aac9ffc5d26531278f64d12209db21cfb5d44dfe.tar.gz gsoc2013-empathy-aac9ffc5d26531278f64d12209db21cfb5d44dfe.tar.bz2 gsoc2013-empathy-aac9ffc5d26531278f64d12209db21cfb5d44dfe.tar.lz gsoc2013-empathy-aac9ffc5d26531278f64d12209db21cfb5d44dfe.tar.xz gsoc2013-empathy-aac9ffc5d26531278f64d12209db21cfb5d44dfe.tar.zst gsoc2013-empathy-aac9ffc5d26531278f64d12209db21cfb5d44dfe.zip |
Remove unused #include from empathy-map-view.c
Diffstat (limited to 'src/empathy-map-view.c')
-rw-r--r-- | src/empathy-map-view.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/src/empathy-map-view.c b/src/empathy-map-view.c index 52b071ee4..566e1f6c2 100644 --- a/src/empathy-map-view.c +++ b/src/empathy-map-view.c @@ -35,9 +35,7 @@ #include <libempathy/empathy-utils.h> #include <libempathy/empathy-location.h> -#include <libempathy-gtk/empathy-contact-list-store.h> -#include <libempathy-gtk/empathy-contact-list-view.h> -#include <libempathy-gtk/empathy-presence-chooser.h> +#include <libempathy-gtk/empathy-contact-menu.h> #include <libempathy-gtk/empathy-ui-utils.h> #include "empathy-map-view.h" |