From 65464a8165e62f342a8164a02024ce29f1b0bfe6 Mon Sep 17 00:00:00 2001 From: Kjartan Maraas Date: Wed, 25 Apr 2001 07:55:21 +0000 Subject: #include and move corresponding local includes to the top. 2001-04-25 Kjartan Maraas * e-component-register.c, e-corba-storage.c, e-folder-tree.c, e-folder-tree.h, e-folder.c, e-local-folder.c, e-shell.c, e-shortcuts-view-model.c, e-shortcuts.c, e-splash.c, e-storage-set-view.c, e-storage-set.c, evolution-local-storage.c, evolution-shell-component-client.c, evolution-shell-component.c, evolution-storage.[ch], importer/evolution-importer-client.[ch], importer/evolution-importer-listener.[ch], importer/evolution-importer.[ch], importer/evolution-intelligent-importer.[ch], importer/intelligent.c: #include and move corresponding local includes to the top. svn path=/trunk/; revision=9556 --- shell/importer/intelligent.c | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'shell/importer/intelligent.c') 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 #endif +#include "intelligent.h" +#include #include #include #include @@ -44,7 +46,6 @@ #include -#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; -- cgit v1.2.3