diff options
Diffstat (limited to 'addressbook/gui/component/select-names/e-select-names.h')
-rw-r--r-- | addressbook/gui/component/select-names/e-select-names.h | 12 |
1 files changed, 8 insertions, 4 deletions
diff --git a/addressbook/gui/component/select-names/e-select-names.h b/addressbook/gui/component/select-names/e-select-names.h index 9d47558117..d059de453d 100644 --- a/addressbook/gui/component/select-names/e-select-names.h +++ b/addressbook/gui/component/select-names/e-select-names.h @@ -21,14 +21,18 @@ #ifndef __E_SELECT_NAMES_H__ #define __E_SELECT_NAMES_H__ -#include <gnome.h> +#include <glib.h> +#include <gtk/gtkwidget.h> +#include <libgnome/gnome-defs.h> +#include <libgnome/gnome-util.h> +#include <libgnomeui/gnome-dialog.h> #include <glade/glade.h> -#include <e-util/e-list.h> #include <gal/e-table/e-table.h> #include <gal/e-table/e-table-scrolled.h> -#include "e-select-names-model.h" -#include <shell/evolution-storage-listener.h> +#include "e-select-names-model.h" +#include "e-util/e-list.h" +#include "shell/evolution-storage-listener.h" #ifdef __cplusplus extern "C" { |