diff options
author | Jacob Leach <jleach@src.gnome.org> | 2001-06-06 06:03:23 +0800 |
---|---|---|
committer | Jacob Leach <jleach@src.gnome.org> | 2001-06-06 06:03:23 +0800 |
commit | e18a8f328c6a9baa1b5b73327776c7edaa938fb5 (patch) | |
tree | 505148438ee6ce72bde904647a9965cc7a43cf64 /addressbook | |
parent | 07a23dc4a63443eba04c3991e3cf8619981bdb22 (diff) | |
download | gsoc2013-evolution-e18a8f328c6a9baa1b5b73327776c7edaa938fb5.tar gsoc2013-evolution-e18a8f328c6a9baa1b5b73327776c7edaa938fb5.tar.gz gsoc2013-evolution-e18a8f328c6a9baa1b5b73327776c7edaa938fb5.tar.bz2 gsoc2013-evolution-e18a8f328c6a9baa1b5b73327776c7edaa938fb5.tar.lz gsoc2013-evolution-e18a8f328c6a9baa1b5b73327776c7edaa938fb5.tar.xz gsoc2013-evolution-e18a8f328c6a9baa1b5b73327776c7edaa938fb5.tar.zst gsoc2013-evolution-e18a8f328c6a9baa1b5b73327776c7edaa938fb5.zip |
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
Diffstat (limited to 'addressbook')
-rw-r--r-- | addressbook/gui/component/select-names/e-select-names.c | 2 |
1 files changed, 1 insertions, 1 deletions
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 <gal/e-table/e-table-simple.h> #include <gal/widgets/e-font.h> +#include <gal/widgets/e-popup-menu.h> #include <addressbook/gui/widgets/e-addressbook-model.h> #include <addressbook/gui/widgets/e-addressbook-table-adapter.h> @@ -496,7 +497,6 @@ remove_address(ETable *table, int row, int col, GdkEvent *event, ESelectNamesChi e_select_names_model_delete (child->source, row); } -#include <gal/widgets/e-popup-menu.h> struct _RightClickData { int row; ESelectNamesChild *child; |