diff options
author | Xan Lopez <xan@igalia.com> | 2011-12-10 23:49:32 +0800 |
---|---|---|
committer | Xan Lopez <xan@igalia.com> | 2011-12-10 23:49:32 +0800 |
commit | a365c1e01f4fc421d7156b862e9c1386d5b6749c (patch) | |
tree | 1e6f746f08b0c9ec771cbdd515b9677bf9d6f137 /src/ephy-window.c | |
parent | 4159a768981b7033a40714411ff43fc07e3904dc (diff) | |
download | gsoc2013-epiphany-a365c1e01f4fc421d7156b862e9c1386d5b6749c.tar.gz gsoc2013-epiphany-a365c1e01f4fc421d7156b862e9c1386d5b6749c.tar.zst gsoc2013-epiphany-a365c1e01f4fc421d7156b862e9c1386d5b6749c.zip |
ephy-window: remove superfluous headers
Diffstat (limited to 'src/ephy-window.c')
-rw-r--r-- | src/ephy-window.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/ephy-window.c b/src/ephy-window.c index 66144070d..2fc4875ed 100644 --- a/src/ephy-window.c +++ b/src/ephy-window.c @@ -22,7 +22,6 @@ #include "config.h" #include "ephy-window.h" -#include "egg-editable-toolbar.h" #include "ephy-action-helper.h" #include "ephy-bookmarks-ui.h" #include "ephy-debug.h" @@ -34,7 +33,6 @@ #include "ephy-embed-single.h" #include "ephy-embed-type-builtins.h" #include "ephy-embed-utils.h" -#include "ephy-embed-utils.h" #include "ephy-encoding-menu.h" #include "ephy-extension.h" #include "ephy-file-helpers.h" |