diff options
author | Guillaume Desmottes <guillaume.desmottes@collabora.co.uk> | 2012-07-11 17:31:46 +0800 |
---|---|---|
committer | Guillaume Desmottes <guillaume.desmottes@collabora.co.uk> | 2012-07-11 17:36:46 +0800 |
commit | 1d63b3b7f03ec1508329894ab25113749a8a1403 (patch) | |
tree | 1e0f927a77ef38205f17bb0ca778466a627d087d /libempathy-gtk | |
parent | 791b7e8b3d1f67314170bbd743cb253385d937d7 (diff) | |
download | gsoc2013-empathy-1d63b3b7f03ec1508329894ab25113749a8a1403.tar gsoc2013-empathy-1d63b3b7f03ec1508329894ab25113749a8a1403.tar.gz gsoc2013-empathy-1d63b3b7f03ec1508329894ab25113749a8a1403.tar.bz2 gsoc2013-empathy-1d63b3b7f03ec1508329894ab25113749a8a1403.tar.lz gsoc2013-empathy-1d63b3b7f03ec1508329894ab25113749a8a1403.tar.xz gsoc2013-empathy-1d63b3b7f03ec1508329894ab25113749a8a1403.tar.zst gsoc2013-empathy-1d63b3b7f03ec1508329894ab25113749a8a1403.zip |
remove useless includes
https://bugzilla.gnome.org/show_bug.cgi?id=679111
Diffstat (limited to 'libempathy-gtk')
-rw-r--r-- | libempathy-gtk/empathy-subscription-dialog.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/libempathy-gtk/empathy-subscription-dialog.c b/libempathy-gtk/empathy-subscription-dialog.c index 73e823c45..10a59b5a8 100644 --- a/libempathy-gtk/empathy-subscription-dialog.c +++ b/libempathy-gtk/empathy-subscription-dialog.c @@ -24,7 +24,6 @@ #include <libempathy/empathy-utils.h> #include <libempathy-gtk/empathy-individual-widget.h> -#include <libempathy-gtk/empathy-contact-dialogs.h> #include <glib/gi18n-lib.h> |