diff options
author | Diego Escalante Urrelo <diegoe@src.gnome.org> | 2008-07-22 11:34:12 +0800 |
---|---|---|
committer | Diego Escalante Urrelo <diegoe@src.gnome.org> | 2008-07-22 11:34:12 +0800 |
commit | 14c491f75ab8937e8cccbb4a19a95caa1e1d3811 (patch) | |
tree | 61e9058881fd2b3852e6e4c5aedc4edd435da4ae /lib/ephy-file-chooser.c | |
parent | 5760d5d68535c64f0f2ca8892ffcf62789ce314f (diff) | |
download | gsoc2013-epiphany-14c491f75ab8937e8cccbb4a19a95caa1e1d3811.tar gsoc2013-epiphany-14c491f75ab8937e8cccbb4a19a95caa1e1d3811.tar.gz gsoc2013-epiphany-14c491f75ab8937e8cccbb4a19a95caa1e1d3811.tar.bz2 gsoc2013-epiphany-14c491f75ab8937e8cccbb4a19a95caa1e1d3811.tar.lz gsoc2013-epiphany-14c491f75ab8937e8cccbb4a19a95caa1e1d3811.tar.xz gsoc2013-epiphany-14c491f75ab8937e8cccbb4a19a95caa1e1d3811.tar.zst gsoc2013-epiphany-14c491f75ab8937e8cccbb4a19a95caa1e1d3811.zip |
Do not do single includes in lib/, bug #536090
svn path=/branches/gnome-2-24/; revision=8353
Diffstat (limited to 'lib/ephy-file-chooser.c')
-rw-r--r-- | lib/ephy-file-chooser.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/lib/ephy-file-chooser.c b/lib/ephy-file-chooser.c index 1a31959a7..a23d99320 100644 --- a/lib/ephy-file-chooser.c +++ b/lib/ephy-file-chooser.c @@ -30,8 +30,7 @@ #include "ephy-stock-icons.h" #include "ephy-string.h" -#include <gtk/gtkstock.h> -#include <gtk/gtkimage.h> +#include <gtk/gtk.h> #include <glib/gi18n.h> #define EPHY_FILE_CHOOSER_GET_PRIVATE(object)(G_TYPE_INSTANCE_GET_PRIVATE ((object), EPHY_TYPE_FILE_CHOOSER, EphyFileChooserPrivate)) |