diff options
author | Xan Lopez <xlopez@igalia.com> | 2011-09-11 22:03:45 +0800 |
---|---|---|
committer | Xan Lopez <xlopez@igalia.com> | 2011-09-11 22:03:45 +0800 |
commit | ee49121cf43796e1d55ac5589a97ed3dca286280 (patch) | |
tree | 8e40c27829be8f814ec35cde2b08123a1b63ea8e /src/ephy-shell.c | |
parent | 7644b0abc2fdc294d09f95584c835abbdbb96fd1 (diff) | |
download | gsoc2013-epiphany-ee49121cf43796e1d55ac5589a97ed3dca286280.tar.gz gsoc2013-epiphany-ee49121cf43796e1d55ac5589a97ed3dca286280.tar.zst gsoc2013-epiphany-ee49121cf43796e1d55ac5589a97ed3dca286280.zip |
ephy-shell: remove unused includes
Diffstat (limited to 'src/ephy-shell.c')
-rw-r--r-- | src/ephy-shell.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/ephy-shell.c b/src/ephy-shell.c index e700f93fb..1a1553ead 100644 --- a/src/ephy-shell.c +++ b/src/ephy-shell.c @@ -43,7 +43,6 @@ #include "ephy-profile-utils.h" #include "ephy-session.h" #include "ephy-settings.h" -#include "ephy-stock-icons.h" #include "ephy-toolbar.h" #include "ephy-toolbars-model.h" #include "ephy-type-builtins.h" @@ -52,11 +51,8 @@ #include "pdm-dialog.h" #include "prefs-dialog.h" -#include <dirent.h> #include <glib/gi18n.h> #include <gtk/gtk.h> -#include <string.h> -#include <unistd.h> #define EPHY_SHELL_GET_PRIVATE(object)(G_TYPE_INSTANCE_GET_PRIVATE ((object), EPHY_TYPE_SHELL, EphyShellPrivate)) |