diff options
author | Matthew Barnes <mbarnes@redhat.com> | 2010-06-20 20:17:59 +0800 |
---|---|---|
committer | Matthew Barnes <mbarnes@redhat.com> | 2010-06-20 20:17:59 +0800 |
commit | d9dcd9d667bcf08b274dd9752bdfeb0642e696b6 (patch) | |
tree | 62a6d592c525390fc5f94fda7019d606ab327ec1 /smime | |
parent | f7e7fe3b99c47fefb2fb3cc4350ace5eb77a8b5f (diff) | |
download | gsoc2013-evolution-d9dcd9d667bcf08b274dd9752bdfeb0642e696b6.tar.gz gsoc2013-evolution-d9dcd9d667bcf08b274dd9752bdfeb0642e696b6.tar.zst gsoc2013-evolution-d9dcd9d667bcf08b274dd9752bdfeb0642e696b6.zip |
Coding style and whitespace cleanup.
Diffstat (limited to 'smime')
-rw-r--r-- | smime/lib/e-cert-db.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/smime/lib/e-cert-db.c b/smime/lib/e-cert-db.c index 05db3e3d63..52545f3608 100644 --- a/smime/lib/e-cert-db.c +++ b/smime/lib/e-cert-db.c @@ -48,7 +48,6 @@ #include <glib/gi18n.h> #include <glib/gstdio.h> - #include <camel/camel.h> /* FIXME: this is where camel_init is defined; it shouldn't include everything else */ /* private NSS defines used by PSM */ |