aboutsummaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
Diffstat (limited to 'lib')
-rw-r--r--lib/ephy-state.c1
-rw-r--r--lib/ephy-types.h14
2 files changed, 1 insertions, 14 deletions
diff --git a/lib/ephy-state.c b/lib/ephy-state.c
index 55a109d1a..bfab0e916 100644
--- a/lib/ephy-state.c
+++ b/lib/ephy-state.c
@@ -23,6 +23,7 @@
#include "ephy-file-helpers.h"
#include "ephy-node.h"
#include "ephy-types.h"
+#include "ephy-node-common.h"
#include <string.h>
#include <gtk/gtkwindow.h>
diff --git a/lib/ephy-types.h b/lib/ephy-types.h
index c0692d6ff..d0fccafa7 100644
--- a/lib/ephy-types.h
+++ b/lib/ephy-types.h
@@ -32,20 +32,6 @@ typedef enum
#define EPHY_NODE_RESERVED_IDS 100
-/* Ids of the root nodes of history,
- * bookmarks and favicon cache */
-enum
-{
- BOOKMARKS_NODE_ID = 0,
- KEYWORDS_NODE_ID = 1,
- FAVORITES_NODE_ID = 2,
- BMKS_NOTCATEGORIZED_NODE_ID = 3,
- STATES_NODE_ID = 4,
- HOSTS_NODE_ID = 5,
- PAGES_NODE_ID = 6,
- ICONS_NODE_ID = 9
-};
-
G_END_DECLS
#endif