diff options
author | Xan Lopez <xan@igalia.com> | 2012-05-25 18:55:32 +0800 |
---|---|---|
committer | Xan Lopez <xan@igalia.com> | 2012-05-28 21:11:41 +0800 |
commit | 735e2addb6e090c6e0bc99c59eecb85e5f55e366 (patch) | |
tree | a8e3bff1f209c9ca34ff8f52d668107438e76762 /src | |
parent | b65ce5ba954e1f4a8f5411997e5312894f7e618b (diff) | |
download | gsoc2013-epiphany-735e2addb6e090c6e0bc99c59eecb85e5f55e366.tar.gz gsoc2013-epiphany-735e2addb6e090c6e0bc99c59eecb85e5f55e366.tar.zst gsoc2013-epiphany-735e2addb6e090c6e0bc99c59eecb85e5f55e366.zip |
ephy-session: remove a couple of redundant includes
Diffstat (limited to 'src')
-rw-r--r-- | src/ephy-session.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/ephy-session.c b/src/ephy-session.c index f7579ef8d..462ad3019 100644 --- a/src/ephy-session.c +++ b/src/ephy-session.c @@ -22,7 +22,6 @@ #include "config.h" #include "ephy-session.h" -#include "eggdesktopfile.h" #include "ephy-bookmarks-editor.h" #include "ephy-debug.h" #include "ephy-embed-container.h" @@ -32,7 +31,6 @@ #include "ephy-file-helpers.h" #include "ephy-gui.h" #include "ephy-history-window.h" -#include "ephy-notebook.h" #include "ephy-prefs.h" #include "ephy-request-about.h" #include "ephy-settings.h" |