From fbef4653abf9826641bdb106bca12bd4e74227a2 Mon Sep 17 00:00:00 2001 From: Tristan Matthews <tristan.matthews@savoirfairelinux.com> Date: Thu, 17 Nov 2011 17:14:21 -0500 Subject: [PATCH] removed unused headers --- gnome/src/icons/icon_factory.c | 3 --- 1 file changed, 3 deletions(-) diff --git a/gnome/src/icons/icon_factory.c b/gnome/src/icons/icon_factory.c index 3d66d611bc..134ebf9bda 100644 --- a/gnome/src/icons/icon_factory.c +++ b/gnome/src/icons/icon_factory.c @@ -29,11 +29,9 @@ */ #include "icon_factory.h" -#include "icons/pixmap_data.h" #include "logger.h" #include <gtk/gtk.h> #include "icons/pixmap_data.h" -#include "sflphone_const.h" static GtkIconFactory *icon_factory = NULL; @@ -83,4 +81,3 @@ void init_icon_factory(void) gtk_icon_factory_add_default(icon_factory); } - -- GitLab