diff options
Diffstat (limited to 'addressbook/gui/contact-editor/e-contact-save-as.c')
-rw-r--r-- | addressbook/gui/contact-editor/e-contact-save-as.c | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/addressbook/gui/contact-editor/e-contact-save-as.c b/addressbook/gui/contact-editor/e-contact-save-as.c index 5a88c31ffa..5381fb8b2d 100644 --- a/addressbook/gui/contact-editor/e-contact-save-as.c +++ b/addressbook/gui/contact-editor/e-contact-save-as.c @@ -20,10 +20,12 @@ */ #include <config.h> -#include <e-contact-save-as.h> -#include <gal/util/e-util.h> #include <unistd.h> #include <fcntl.h> +#include <gtk/gtkfilesel.h> +#include <gtk/gtksignal.h> +#include <gal/util/e-util.h> +#include "e-contact-save-as.h" typedef struct { GtkFileSelection *filesel; |