diff options
Diffstat (limited to 'modules/calendar/e-memo-shell-migrate.c')
-rw-r--r-- | modules/calendar/e-memo-shell-migrate.c | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/modules/calendar/e-memo-shell-migrate.c b/modules/calendar/e-memo-shell-migrate.c index 6402cf1e0a..171428f408 100644 --- a/modules/calendar/e-memo-shell-migrate.c +++ b/modules/calendar/e-memo-shell-migrate.c @@ -28,13 +28,14 @@ #include <string.h> #include <glib/gi18n.h> #include <camel/camel.h> + #include <libedataserver/e-source.h> #include <libedataserver/e-source-group.h> #include <libedataserver/e-source-list.h> -#include "e-util/e-account-utils.h" -#include "calendar/gui/calendar-config-keys.h" -#include "shell/e-shell.h" +#include <shell/e-shell.h> +#include <calendar/gui/calendar-config-keys.h> +#include <libemail-utils/e-account-utils.h> #include "e-memo-shell-backend.h" |