From 1b291602bdaabce603226fd3df28190fa984e661 Mon Sep 17 00:00:00 2001 From: Michael Natterer Date: Wed, 2 Jul 2008 10:14:45 +0000 Subject: [PATCH] remove some of the million includes. 2008-07-02 Michael Natterer * gtk/gtkfilechooserdefault.c: remove some of the million includes. svn path=/trunk/; revision=20732 --- ChangeLog | 4 ++++ gtk/gtkfilechooserdefault.c | 7 ++----- 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/ChangeLog b/ChangeLog index f858c3c5ee..cc3feb34e1 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2008-07-02 Michael Natterer + + * gtk/gtkfilechooserdefault.c: remove some of the million includes. + 2008-07-02 Kristian Rietveld * gtk/gtkcellrendererpixbuf.c (gtk_cell_renderer_pixbuf_class_init): diff --git a/gtk/gtkfilechooserdefault.c b/gtk/gtkfilechooserdefault.c index 08c0c2f9e2..ce575eae6c 100644 --- a/gtk/gtkfilechooserdefault.c +++ b/gtk/gtkfilechooserdefault.c @@ -20,10 +20,10 @@ */ #include "config.h" + #include "gdk/gdkkeysyms.h" #include "gtkalignment.h" #include "gtkbindings.h" -#include "gtkbutton.h" #include "gtkcelllayout.h" #include "gtkcellrendererpixbuf.h" #include "gtkcellrenderertext.h" @@ -31,7 +31,6 @@ #include "gtkclipboard.h" #include "gtkcombobox.h" #include "gtkentry.h" -#include "gtkeventbox.h" #include "gtkexpander.h" #include "gtkfilechooserprivate.h" #include "gtkfilechooserdefault.h" @@ -49,10 +48,8 @@ #include "gtkicontheme.h" #include "gtkimage.h" #include "gtkimagemenuitem.h" -#include "gtkintl.h" #include "gtklabel.h" #include "gtkmarshalers.h" -#include "gtkmenuitem.h" #include "gtkmessagedialog.h" #include "gtkmountoperation.h" #include "gtkpathbar.h" @@ -69,8 +66,8 @@ #include "gtktreednd.h" #include "gtktreeprivate.h" #include "gtktreeselection.h" -#include "gtktypebuiltins.h" #include "gtkvbox.h" +#include "gtkintl.h" #include "gtkalias.h"