[nautilus] window-toolbars: clean up includes



commit a56b468038964ba6ceea5efae74b1520d8e2429a
Author: Cosimo Cecchi <cosimoc gnome org>
Date:   Wed Feb 9 18:17:48 2011 -0500

    window-toolbars: clean up includes

 src/nautilus-window-toolbars.c |   12 ++----------
 1 files changed, 2 insertions(+), 10 deletions(-)
---
diff --git a/src/nautilus-window-toolbars.c b/src/nautilus-window-toolbars.c
index d6c074e..6f00bf0 100644
--- a/src/nautilus-window-toolbars.c
+++ b/src/nautilus-window-toolbars.c
@@ -29,13 +29,11 @@
 #include <config.h>
 
 #include <unistd.h>
-#include "nautilus-application.h"
+
 #include "nautilus-window-manage-views.h"
 #include "nautilus-window-private.h"
 #include "nautilus-window.h"
-#include <eel/eel-gnome-extensions.h>
-#include <eel/eel-gtk-extensions.h>
-#include <eel/eel-string.h>
+
 #include <gtk/gtk.h>
 #include <gdk/gdkkeysyms.h>
 #include <glib/gi18n.h>
@@ -46,12 +44,6 @@
 #include <libnautilus-private/nautilus-global-preferences.h>
 #include <libnautilus-private/nautilus-module.h>
 
-/* FIXME bugzilla.gnome.org 41243: 
- * We should use inheritance instead of these special cases
- * for the desktop window.
- */
-#include "nautilus-desktop-window.h"
-
 #define TOOLBAR_PATH_EXTENSION_ACTIONS "/Toolbar/Extra Buttons Placeholder/Extension Actions"
 
 void



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]