aboutsummaryrefslogtreecommitdiffstats
path: root/addressbook/contact-editor/e-contact-save-as.c
diff options
context:
space:
mode:
Diffstat (limited to 'addressbook/contact-editor/e-contact-save-as.c')
-rw-r--r--addressbook/contact-editor/e-contact-save-as.c6
1 files changed, 4 insertions, 2 deletions
diff --git a/addressbook/contact-editor/e-contact-save-as.c b/addressbook/contact-editor/e-contact-save-as.c
index 5a88c31ffa..5381fb8b2d 100644
--- a/addressbook/contact-editor/e-contact-save-as.c
+++ b/addressbook/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;