diff options
author | NotZed <NotZed@HelixCode.com> | 2000-04-22 01:39:06 +0800 |
---|---|---|
committer | Michael Zucci <zucchi@src.gnome.org> | 2000-04-22 01:39:06 +0800 |
commit | fa02e427520a3d30c5f3d65dc58690a969f25097 (patch) | |
tree | dc9f8ad6475ba3e85956a7237c594c529a14bfc6 /camel/providers/mbox/camel-mbox-folder.c | |
parent | cdd0f20fd51013dfa8d5ef2d4e5f6fdaf95d33d6 (diff) | |
download | gsoc2013-evolution-fa02e427520a3d30c5f3d65dc58690a969f25097.tar gsoc2013-evolution-fa02e427520a3d30c5f3d65dc58690a969f25097.tar.gz gsoc2013-evolution-fa02e427520a3d30c5f3d65dc58690a969f25097.tar.bz2 gsoc2013-evolution-fa02e427520a3d30c5f3d65dc58690a969f25097.tar.lz gsoc2013-evolution-fa02e427520a3d30c5f3d65dc58690a969f25097.tar.xz gsoc2013-evolution-fa02e427520a3d30c5f3d65dc58690a969f25097.tar.zst gsoc2013-evolution-fa02e427520a3d30c5f3d65dc58690a969f25097.zip |
Removed.
2000-04-20 NotZed <NotZed@HelixCode.com>
* providers/mbox/camel-mbox-utils.[ch]: Removed.
* providers/mbox/camel-mbox-parser.[ch]: Removed. Removed
references to it.
svn path=/trunk/; revision=2547
Diffstat (limited to 'camel/providers/mbox/camel-mbox-folder.c')
-rw-r--r-- | camel/providers/mbox/camel-mbox-folder.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/camel/providers/mbox/camel-mbox-folder.c b/camel/providers/mbox/camel-mbox-folder.c index 2fa3ddc9da..268ecaf3ab 100644 --- a/camel/providers/mbox/camel-mbox-folder.c +++ b/camel/providers/mbox/camel-mbox-folder.c @@ -40,8 +40,6 @@ #include "string-utils.h" #include "camel-stream-fs.h" #include "camel-mbox-summary.h" -#include "camel-mbox-parser.h" -#include "camel-mbox-utils.h" #include "gmime-utils.h" #include "camel-mbox-search.h" #include "camel-data-wrapper.h" |