aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorXan Lopez <xlopez@igalia.com>2011-09-11 22:03:45 +0800
committerXan Lopez <xlopez@igalia.com>2011-09-11 22:03:45 +0800
commitee49121cf43796e1d55ac5589a97ed3dca286280 (patch)
tree8e40c27829be8f814ec35cde2b08123a1b63ea8e
parent7644b0abc2fdc294d09f95584c835abbdbb96fd1 (diff)
downloadgsoc2013-epiphany-ee49121cf43796e1d55ac5589a97ed3dca286280.tar
gsoc2013-epiphany-ee49121cf43796e1d55ac5589a97ed3dca286280.tar.gz
gsoc2013-epiphany-ee49121cf43796e1d55ac5589a97ed3dca286280.tar.bz2
gsoc2013-epiphany-ee49121cf43796e1d55ac5589a97ed3dca286280.tar.lz
gsoc2013-epiphany-ee49121cf43796e1d55ac5589a97ed3dca286280.tar.xz
gsoc2013-epiphany-ee49121cf43796e1d55ac5589a97ed3dca286280.tar.zst
gsoc2013-epiphany-ee49121cf43796e1d55ac5589a97ed3dca286280.zip
ephy-shell: remove unused includes
-rw-r--r--src/ephy-shell.c4
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))