summaryrefslogtreecommitdiff
path: root/gtk/gtkfilechooserbutton.c
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2004-12-16 04:57:18 +0000
committerMatthias Clasen <matthiasc@src.gnome.org>2004-12-16 04:57:18 +0000
commit521c21e0a38da70491b4c157e6c4351c735524c9 (patch)
tree741f29d7d92aab29d7f6009de919e14f58c7d4d2 /gtk/gtkfilechooserbutton.c
parent55434ebd3296151af64aad4bc380d1f91f6a1f2c (diff)
downloadgtk+-521c21e0a38da70491b4c157e6c4351c735524c9.tar.gz
Add missing includes.
2004-12-15 Matthias Clasen <mclasen@redhat.com> * gtk/gtkfilechooserbutton.c: Add missing includes.
Diffstat (limited to 'gtk/gtkfilechooserbutton.c')
-rw-r--r--gtk/gtkfilechooserbutton.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/gtk/gtkfilechooserbutton.c b/gtk/gtkfilechooserbutton.c
index a4a64f7d5e..613e7eff61 100644
--- a/gtk/gtkfilechooserbutton.c
+++ b/gtk/gtkfilechooserbutton.c
@@ -33,6 +33,8 @@
#include "gtkalias.h"
#include "gtkintl.h"
#include "gtkbutton.h"
+#include "gtkcelllayout.h"
+#include "gtkcellrendererpixbuf.h"
#include "gtkcombobox.h"
#include "gtkdnd.h"
#include "gtkicontheme.h"