From eaa76f15cb8ee10af9cc44a5d2782c8c3fdcf402 Mon Sep 17 00:00:00 2001 From: Xan Lopez Date: Sat, 3 Sep 2011 18:52:11 +0200 Subject: 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 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/bookmarks') diff --git a/src/bookmarks/ephy-bookmarks-ui.h b/src/bookmarks/ephy-bookmarks-ui.h index 85b4d3812..eb971ad77 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 -- cgit v1.2.3