diff options
Diffstat (limited to 'mail/mail-local.c')
-rw-r--r-- | mail/mail-local.c | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/mail/mail-local.c b/mail/mail-local.c index 489f426046..c1c6ff54c7 100644 --- a/mail/mail-local.c +++ b/mail/mail-local.c @@ -34,14 +34,15 @@ the maintainer of this information. */ + #ifdef HAVE_CONFIG_H #include <config.h> #endif -#include <bonobo.h> +#include <gnome-xml/xmlmemory.h> #include <libgnomeui/gnome-dialog.h> +#include <libgnomeui/gnome-dialog-util.h> #include <glade/glade.h> -#include <gnome-xml/xmlmemory.h> #include "Evolution.h" #include "evolution-storage.h" |