diff options
Diffstat (limited to 'shell/e-shell.c')
-rw-r--r-- | shell/e-shell.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/shell/e-shell.c b/shell/e-shell.c index 0b77ebcf9f..bd9b332f37 100644 --- a/shell/e-shell.c +++ b/shell/e-shell.c @@ -32,7 +32,6 @@ #include "e-util/e-dialog-utils.h" #include "e-util/e-bconf-map.h" #include "e-util/e-fsutils.h" -#include "e-util/e-passwords.h" #include "widgets/misc/e-error.h" #include "e-shell-constants.h" @@ -66,6 +65,8 @@ #include <bonobo/bonobo-exception.h> #include <bonobo/bonobo-moniker-util.h> +#include <libedataserverui/e-passwords.h> + #include <gal/util/e-util.h> #include <gconf/gconf-client.h> |