From 613453b1095e325149b8d37e5731d415e1d5f9bd Mon Sep 17 00:00:00 2001 From: Mike Kestner Date: Thu, 31 Oct 2002 21:30:57 +0000 Subject: merging the gal-2 branch back to the trunk. merging the gal-2 branch back to the trunk. svn path=/trunk/; revision=18471 --- widgets/table/e-tree.h | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) (limited to 'widgets/table/e-tree.h') diff --git a/widgets/table/e-tree.h b/widgets/table/e-tree.h index b877b00d1f..c66311b1c3 100644 --- a/widgets/table/e-tree.h +++ b/widgets/table/e-tree.h @@ -24,10 +24,10 @@ #ifndef _E_TREE_H_ #define _E_TREE_H_ +#include #include -#include -#include - +#include +#include #include #include @@ -35,7 +35,6 @@ #include #include #include -#include #define E_TREE_USE_TREE_SELECTION @@ -43,7 +42,7 @@ #include #endif -BEGIN_GNOME_DECLS +G_BEGIN_DECLS #define E_TREE_TYPE (e_tree_get_type ()) #define E_TREE(o) (GTK_CHECK_CAST ((o), E_TREE_TYPE, ETree)) @@ -305,7 +304,7 @@ gboolean e_tree_find_next (ETree *et, void e_tree_right_click_up (ETree *et); -END_GNOME_DECLS +G_END_DECLS #endif /* _E_TREE_H_ */ -- cgit v1.2.3