aboutsummaryrefslogtreecommitdiffstats
path: root/src/ephy-shell.c
diff options
context:
space:
mode:
authorMarco Pesenti Gritti <marco@gnome.org>2003-11-07 00:10:19 +0800
committerMarco Pesenti Gritti <marco@src.gnome.org>2003-11-07 00:10:19 +0800
commitb5c036538ffb6fbb2ace518ee5b4ad8b2d5c8ef6 (patch)
treecde40f3eb7d416345a1f514e93f974e5834a4727 /src/ephy-shell.c
parente8efae29aefaf2ab8c549fc298b6564f697f1de1 (diff)
downloadgsoc2013-epiphany-b5c036538ffb6fbb2ace518ee5b4ad8b2d5c8ef6.tar
gsoc2013-epiphany-b5c036538ffb6fbb2ace518ee5b4ad8b2d5c8ef6.tar.gz
gsoc2013-epiphany-b5c036538ffb6fbb2ace518ee5b4ad8b2d5c8ef6.tar.bz2
gsoc2013-epiphany-b5c036538ffb6fbb2ace518ee5b4ad8b2d5c8ef6.tar.lz
gsoc2013-epiphany-b5c036538ffb6fbb2ace518ee5b4ad8b2d5c8ef6.tar.xz
gsoc2013-epiphany-b5c036538ffb6fbb2ace518ee5b4ad8b2d5c8ef6.tar.zst
gsoc2013-epiphany-b5c036538ffb6fbb2ace518ee5b4ad8b2d5c8ef6.zip
More headers fixup.
2003-11-06 Marco Pesenti Gritti <marco@gnome.org> * src/ephy-main.c: * src/ephy-shell.c: More headers fixup. * src/window-commands.c: (window_cmd_help_about): Use gtk icon theme here too.
Diffstat (limited to 'src/ephy-shell.c')
-rw-r--r--src/ephy-shell.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ephy-shell.c b/src/ephy-shell.c
index d589c2ad4..a2e825372 100644
--- a/src/ephy-shell.c
+++ b/src/ephy-shell.c
@@ -44,13 +44,13 @@
#include "ephy-automation.h"
#include <string.h>
-#include <libgnomeui/gnome-client.h>
#include <bonobo/bonobo-main.h>
#include <glib/gi18n.h>
#include <gtk/gtksignal.h>
#include <gtk/gtkmain.h>
#include <gtk/gtkmessagedialog.h>
#include <dirent.h>
+#include <unistd.h>
#include <libgnomevfs/gnome-vfs-init.h>
#include <gtk/gtkicontheme.h>
#include <glade/glade-init.h>