mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-11-07 17:20:07 +00:00
remove some of the million includes.
2008-07-02 Michael Natterer <mitch@imendio.com> * gtk/gtkfilechooserdefault.c: remove some of the million includes. svn path=/trunk/; revision=20732
This commit is contained in:
parent
74984a5c24
commit
1b291602bd
@ -1,3 +1,7 @@
|
||||
2008-07-02 Michael Natterer <mitch@imendio.com>
|
||||
|
||||
* gtk/gtkfilechooserdefault.c: remove some of the million includes.
|
||||
|
||||
2008-07-02 Kristian Rietveld <kris@imendio.com>
|
||||
|
||||
* gtk/gtkcellrendererpixbuf.c (gtk_cell_renderer_pixbuf_class_init):
|
||||
|
@ -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"
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user