From e18a8f328c6a9baa1b5b73327776c7edaa938fb5 Mon Sep 17 00:00:00 2001 From: Jacob Leach Date: Tue, 5 Jun 2001 22:03:23 +0000 Subject: Move an #include to the top, it's ugly to have it in the middle of the Move an #include to the top, it's ugly to have it in the middle of the file. svn path=/trunk/; revision=10124 --- addressbook/gui/component/select-names/e-select-names.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'addressbook/gui') diff --git a/addressbook/gui/component/select-names/e-select-names.c b/addressbook/gui/component/select-names/e-select-names.c index 94c613b274..d73b0e732b 100644 --- a/addressbook/gui/component/select-names/e-select-names.c +++ b/addressbook/gui/component/select-names/e-select-names.c @@ -27,6 +27,7 @@ #include #include +#include #include #include @@ -496,7 +497,6 @@ remove_address(ETable *table, int row, int col, GdkEvent *event, ESelectNamesChi e_select_names_model_delete (child->source, row); } -#include struct _RightClickData { int row; ESelectNamesChild *child; -- cgit v1.2.3