aboutsummaryrefslogtreecommitdiffstats
path: root/src/empathy-roster-window.c
diff options
context:
space:
mode:
authorEmanuele Aina <emanuele.aina@collabora.com>2013-03-27 21:35:32 +0800
committerEmanuele Aina <emanuele.aina@collabora.com>2013-03-28 00:38:37 +0800
commit66e393b7b8632ca69b4e4c81801c521d79713b78 (patch)
treed0de3ed7c973fc2d57c03e3a1bc99974f28e26dd /src/empathy-roster-window.c
parent4aa8651880d7ef554914e231a6de4651dd41acca (diff)
downloadgsoc2013-empathy-66e393b7b8632ca69b4e4c81801c521d79713b78.tar
gsoc2013-empathy-66e393b7b8632ca69b4e4c81801c521d79713b78.tar.gz
gsoc2013-empathy-66e393b7b8632ca69b4e4c81801c521d79713b78.tar.bz2
gsoc2013-empathy-66e393b7b8632ca69b4e4c81801c521d79713b78.tar.lz
gsoc2013-empathy-66e393b7b8632ca69b4e4c81801c521d79713b78.tar.xz
gsoc2013-empathy-66e393b7b8632ca69b4e4c81801c521d79713b78.tar.zst
gsoc2013-empathy-66e393b7b8632ca69b4e4c81801c521d79713b78.zip
Drop unused/redundant header inclusions
With the help of the script posted at http://stackoverflow.com/a/7135530 and some manual fixes, drop the unused or redundant #include directives. https://bugzilla.gnome.org/show_bug.cgi?id=696718
Diffstat (limited to 'src/empathy-roster-window.c')
-rw-r--r--src/empathy-roster-window.c13
1 files changed, 0 insertions, 13 deletions
diff --git a/src/empathy-roster-window.c b/src/empathy-roster-window.c
index 41cd74e70..05d2a1fba 100644
--- a/src/empathy-roster-window.c
+++ b/src/empathy-roster-window.c
@@ -24,39 +24,27 @@
#include "config.h"
#include <sys/stat.h>
-#include <gtk/gtk.h>
-#include <gdk/gdkkeysyms.h>
#include <glib/gi18n.h>
-#include <telepathy-glib/telepathy-glib.h>
-#include <folks/folks.h>
-
-#include <libempathy/empathy-contact.h>
#include <libempathy/empathy-utils.h>
#include <libempathy/empathy-request-util.h>
#include <libempathy/empathy-chatroom-manager.h>
-#include <libempathy/empathy-chatroom.h>
#include <libempathy/empathy-gsettings.h>
-#include <libempathy/empathy-individual-manager.h>
#include <libempathy/empathy-gsettings.h>
#include <libempathy/empathy-status-presets.h>
#include <libempathy/empathy-presence-manager.h>
-#include <libempathy-gtk/empathy-live-search.h>
#include <libempathy-gtk/empathy-contact-blocking-dialog.h>
#include <libempathy-gtk/empathy-contact-search-dialog.h>
#include <libempathy-gtk/empathy-geometry.h>
#include <libempathy-gtk/empathy-gtk-enum-types.h>
#include <libempathy-gtk/empathy-individual-dialogs.h>
-#include <libempathy-gtk/empathy-individual-store-manager.h>
-#include <libempathy-gtk/empathy-roster-model.h>
#include <libempathy-gtk/empathy-roster-model-manager.h>
#include <libempathy-gtk/empathy-roster-view.h>
#include <libempathy-gtk/empathy-new-message-dialog.h>
#include <libempathy-gtk/empathy-new-call-dialog.h>
#include <libempathy-gtk/empathy-log-window.h>
#include <libempathy-gtk/empathy-presence-chooser.h>
-#include <libempathy-gtk/empathy-sound-manager.h>
#include <libempathy-gtk/empathy-ui-utils.h>
#include "empathy-accounts-dialog.h"
@@ -65,7 +53,6 @@
#include "empathy-roster-window.h"
#include "empathy-preferences.h"
#include "empathy-about-dialog.h"
-#include "empathy-debug-window.h"
#include "empathy-new-chatroom-dialog.h"
#include "empathy-chatrooms-window.h"
#include "empathy-event-manager.h"