aboutsummaryrefslogtreecommitdiffstats
path: root/shell/importer/intelligent.c
diff options
context:
space:
mode:
Diffstat (limited to 'shell/importer/intelligent.c')
-rw-r--r--shell/importer/intelligent.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/shell/importer/intelligent.c b/shell/importer/intelligent.c
index 24d903d6f3..567af0683c 100644
--- a/shell/importer/intelligent.c
+++ b/shell/importer/intelligent.c
@@ -26,6 +26,8 @@
#include <config.h>
#endif
+#include "intelligent.h"
+#include <glib.h>
#include <gtk/gtkbox.h>
#include <gtk/gtkcheckbutton.h>
#include <gtk/gtklabel.h>
@@ -44,7 +46,6 @@
#include <liboaf/liboaf.h>
-#include "intelligent.h"
#include "GNOME_Evolution_Importer.h"
/* Prototypes */
@@ -64,7 +65,7 @@ start_importer (const char *iid)
GtkWidget *dialog, *label, *ask;
gboolean dontaskagain;
- char *str, *prefix;
+ char *prefix;
if (iid == NULL || *iid == '\0')
return;