diff options
author | Jeffrey Stedfast <fejj@src.gnome.org> | 2003-07-10 04:07:38 +0800 |
---|---|---|
committer | Jeffrey Stedfast <fejj@src.gnome.org> | 2003-07-10 04:07:38 +0800 |
commit | 0a359ca47864b79202eed61ea3eaa3eb8e15bb4d (patch) | |
tree | 4066335f2331ce675da3189d7d368f2731fb3d92 /camel/camel.h | |
parent | a5a33cf4aaa8c2700924f6cc1a9ec5cee18ff95a (diff) | |
download | gsoc2013-evolution-0a359ca47864b79202eed61ea3eaa3eb8e15bb4d.tar.gz gsoc2013-evolution-0a359ca47864b79202eed61ea3eaa3eb8e15bb4d.tar.zst gsoc2013-evolution-0a359ca47864b79202eed61ea3eaa3eb8e15bb4d.zip |
removed camel-smime-utils.[c,h] which are no longer useful
svn path=/trunk/; revision=21784
Diffstat (limited to 'camel/camel.h')
-rw-r--r-- | camel/camel.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/camel/camel.h b/camel/camel.h index d964279714..9aba4ebd1a 100644 --- a/camel/camel.h +++ b/camel/camel.h @@ -33,7 +33,6 @@ extern "C" { #endif /* __cplusplus */ #include <camel/camel-cipher-context.h> -#include <camel/camel-cms-context.h> #include <camel/camel-data-wrapper.h> #include <camel/camel-exception.h> #include <camel/camel-folder.h> @@ -69,8 +68,6 @@ extern "C" { #include <camel/camel-seekable-substream.h> #include <camel/camel-service.h> #include <camel/camel-session.h> -#include <camel/camel-smime-context.h> -#include <camel/camel-smime-utils.h> #include <camel/camel-store.h> #include <camel/camel-stream-buffer.h> #include <camel/camel-stream-filter.h> |