diff options
author | Xan Lopez <xan@gnome.org> | 2009-08-12 12:58:18 +0800 |
---|---|---|
committer | Xan Lopez <xan@gnome.org> | 2009-08-12 13:08:44 +0800 |
commit | 72eaee90d3827787fe7b0e92f0c3a11ee923d373 (patch) | |
tree | d99ffafda66c6df70880e088fd981785122c69c8 | |
parent | 2cda3111896e9f863e5f6024813c67bdfadc0738 (diff) | |
download | gsoc2013-epiphany-72eaee90d3827787fe7b0e92f0c3a11ee923d373.tar.gz gsoc2013-epiphany-72eaee90d3827787fe7b0e92f0c3a11ee923d373.tar.zst gsoc2013-epiphany-72eaee90d3827787fe7b0e92f0c3a11ee923d373.zip |
ephy-session: move header from .h to .c
-rw-r--r-- | src/ephy-session.c | 1 | ||||
-rw-r--r-- | src/ephy-session.h | 2 |
2 files changed, 1 insertions, 2 deletions
diff --git a/src/ephy-session.c b/src/ephy-session.c index 17d148293..df7aaf9af 100644 --- a/src/ephy-session.c +++ b/src/ephy-session.c @@ -26,6 +26,7 @@ #include "ephy-embed.h" #include "ephy-embed-utils.h" #include "ephy-embed-container.h" +#include "ephy-extension.h" #include "ephy-window.h" #include "ephy-shell.h" #include "ephy-history-window.h" diff --git a/src/ephy-session.h b/src/ephy-session.h index e5fb993ad..536fb6986 100644 --- a/src/ephy-session.h +++ b/src/ephy-session.h @@ -26,8 +26,6 @@ #ifndef EPHY_SESSION_H #define EPHY_SESSION_H -#include "ephy-extension.h" - #include "ephy-window.h" #include <gtk/gtk.h> |