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 | |
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
-rw-r--r-- | libempathy-gtk/empathy-subscription-dialog.c | 1 | ||||
-rw-r--r-- | src/empathy-chat-window.c | 1 | ||||
-rw-r--r-- | src/empathy-roster-window.c | 1 |
3 files changed, 0 insertions, 3 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> diff --git a/src/empathy-chat-window.c b/src/empathy-chat-window.c index f88db3c6c..91b00cccb 100644 --- a/src/empathy-chat-window.c +++ b/src/empathy-chat-window.c @@ -48,7 +48,6 @@ #include <libempathy/empathy-individual-manager.h> #include <libempathy-gtk/empathy-images.h> -#include <libempathy-gtk/empathy-contact-dialogs.h> #include <libempathy-gtk/empathy-log-window.h> #include <libempathy-gtk/empathy-geometry.h> #include <libempathy-gtk/empathy-smiley-manager.h> diff --git a/src/empathy-roster-window.c b/src/empathy-roster-window.c index 584d29674..73ef21224 100644 --- a/src/empathy-roster-window.c +++ b/src/empathy-roster-window.c @@ -42,7 +42,6 @@ #include <libempathy/empathy-gsettings.h> #include <libempathy/empathy-status-presets.h> -#include <libempathy-gtk/empathy-contact-dialogs.h> #include <libempathy-gtk/empathy-live-search.h> #include <libempathy-gtk/empathy-contact-blocking-dialog.h> #include <libempathy-gtk/empathy-contact-search-dialog.h> |