diff options
Diffstat (limited to 'smime/lib')
-rw-r--r-- | smime/lib/e-cert-db.c | 3 | ||||
-rw-r--r-- | smime/lib/e-cert.c | 1 | ||||
-rw-r--r-- | smime/lib/e-pkcs12.c | 3 |
3 files changed, 4 insertions, 3 deletions
diff --git a/smime/lib/e-cert-db.c b/smime/lib/e-cert-db.c index 7cc7fc0939..c9dc1cae24 100644 --- a/smime/lib/e-cert-db.c +++ b/smime/lib/e-cert-db.c @@ -50,6 +50,8 @@ #include <camel/camel.h> /* FIXME: this is where camel_init is defined; it shouldn't include everything else */ +#include <libedataserverui/libedataserverui.h> + /* private NSS defines used by PSM */ /* (must be declated before cert.h) */ #define CERT_NewTempCertificate __CERT_NewTempCertificate @@ -74,7 +76,6 @@ #include "prmem.h" #include "e-util/e-util.h" #include "e-util/e-util-private.h" -#include <libedataserverui/e-passwords.h> #include <sys/types.h> #include <sys/stat.h> #include <unistd.h> diff --git a/smime/lib/e-cert.c b/smime/lib/e-cert.c index 0849634767..c3d0b7e351 100644 --- a/smime/lib/e-cert.c +++ b/smime/lib/e-cert.c @@ -46,7 +46,6 @@ #include <time.h> #include <glib/gi18n.h> -#include <libedataserver/e-data-server-util.h> /* for e_utf8_strftime, what about e_time_format_time? */ #include <e-util/e-util.h> diff --git a/smime/lib/e-pkcs12.c b/smime/lib/e-pkcs12.c index 7bdc9e7f1c..bc6377a0a1 100644 --- a/smime/lib/e-pkcs12.c +++ b/smime/lib/e-pkcs12.c @@ -46,12 +46,13 @@ #include <glib/gstdio.h> #include <gtk/gtk.h> #include <glib/gi18n.h> -#include <libedataserverui/e-passwords.h> #include <time.h> #include <fcntl.h> #include <unistd.h> +#include <libedataserverui/libedataserverui.h> + #include "e-cert-db.h" #include "e-pkcs12.h" |