[epiphany] ephy-session: move header from .h to .c



commit 72eaee90d3827787fe7b0e92f0c3a11ee923d373
Author: Xan Lopez <xan gnome org>
Date:   Wed Aug 12 07:58:18 2009 +0300

    ephy-session: move header from .h to .c

 src/ephy-session.c |    1 +
 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 17d1482..df7aaf9 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 e5fb993..536fb69 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>



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]