[epiphany] ephy-bookmarks-ui: we need to include the EphyNode header



commit eaa76f15cb8ee10af9cc44a5d2782c8c3fdcf402
Author: Xan Lopez <xlopez igalia com>
Date:   Sat Sep 3 18:52:11 2011 +0200

    ephy-bookmarks-ui: we need to include the EphyNode header
    
    Since it's used in the header file itself. This was working just
    because other files including this also were including ephy-node.h
    before.

 src/bookmarks/ephy-bookmarks-ui.h |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)
---
diff --git a/src/bookmarks/ephy-bookmarks-ui.h b/src/bookmarks/ephy-bookmarks-ui.h
index 85b4d38..eb971ad 100644
--- a/src/bookmarks/ephy-bookmarks-ui.h
+++ b/src/bookmarks/ephy-bookmarks-ui.h
@@ -24,8 +24,9 @@
 #ifndef EPHY_BOOKMARKS_UI_H
 #define EPHY_BOOKMARKS_UI_H
 
-#include "ephy-window.h"
 #include "egg-toolbars-model.h"
+#include "ephy-node.h"
+#include "ephy-window.h"
 
 #include <gtk/gtk.h>
 



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