[epiphany] Be a bit more strict about header includes



commit b7db069532878791e07eb53561ad08b01750fbab
Author: Xan Lopez <xan igalia com>
Date:   Fri Jan 20 14:55:06 2012 +0100

    Be a bit more strict about header includes

 src/ephy-extension.h    |    1 +
 src/ephy-find-toolbar.h |    1 +
 src/ephy-private.h      |    1 +
 src/ephy-window.h       |    2 +-
 4 files changed, 4 insertions(+), 1 deletions(-)
---
diff --git a/src/ephy-extension.h b/src/ephy-extension.h
index 338933e..ab4657c 100644
--- a/src/ephy-extension.h
+++ b/src/ephy-extension.h
@@ -25,6 +25,7 @@
 #ifndef EPHY_EXTENSION_H
 #define EPHY_EXTENSION_H
 
+#include "ephy-embed.h"
 #include "ephy-window.h"
 
 #include <glib-object.h>
diff --git a/src/ephy-find-toolbar.h b/src/ephy-find-toolbar.h
index 3625a4b..aee1dc2 100644
--- a/src/ephy-find-toolbar.h
+++ b/src/ephy-find-toolbar.h
@@ -27,6 +27,7 @@
 
 #include <gtk/gtk.h>
 
+#include "ephy-embed.h"
 #include "ephy-window.h"
 
 G_BEGIN_DECLS
diff --git a/src/ephy-private.h b/src/ephy-private.h
index e1e39fa..9ecfb16 100644
--- a/src/ephy-private.h
+++ b/src/ephy-private.h
@@ -25,6 +25,7 @@
 #ifndef EPHY_PRIVATE_H
 #define EPHY_PRIVATE_H
 
+#include "ephy-embed.h"
 #include "ephy-location-controller.h"
 #include "ephy-window.h"
 
diff --git a/src/ephy-window.h b/src/ephy-window.h
index 7432111..837da47 100644
--- a/src/ephy-window.h
+++ b/src/ephy-window.h
@@ -24,8 +24,8 @@
 #ifndef EPHY_WINDOW_H
 #define EPHY_WINDOW_H
 
-#include "ephy-embed.h"
 #include "ephy-location-controller.h"
+#include "ephy-web-view.h"
 
 #include <gtk/gtk.h>
 



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