diff options
Diffstat (limited to 'addressbook/gui/component/select-names/e-select-names-popup.c')
-rw-r--r-- | addressbook/gui/component/select-names/e-select-names-popup.c | 12 |
1 files changed, 11 insertions, 1 deletions
diff --git a/addressbook/gui/component/select-names/e-select-names-popup.c b/addressbook/gui/component/select-names/e-select-names-popup.c index 85c2489b1a..f6164f0022 100644 --- a/addressbook/gui/component/select-names/e-select-names-popup.c +++ b/addressbook/gui/component/select-names/e-select-names-popup.c @@ -26,8 +26,18 @@ */ #include <config.h> + #include <stdio.h> -#include <gnome.h> +#include <string.h> + +#include <glib.h> +#include <gtk/gtkcheckmenuitem.h> +#include <libgnome/gnome-defs.h> +#include <libgnome/gnome-i18n.h> +#include <libgnomeui/gnome-app.h> +#include <libgnomeui/gnome-app-helper.h> +#include <libgnomeui/gnome-popup-menu.h> + #include <addressbook/contact-editor/e-contact-quick-add.h> #include "e-select-names-popup.h" |