diff options
author | NotZed <NotZed@HelixCode.com> | 2000-05-03 07:06:52 +0800 |
---|---|---|
committer | Michael Zucci <zucchi@src.gnome.org> | 2000-05-03 07:06:52 +0800 |
commit | 1f7bdbf9c16ab5948ea2c8143216ea66c286d715 (patch) | |
tree | 5c3534faed84b0dc481d6ecc4e8a8897702df5de /tests/test2.c | |
parent | 5f25c0c05cdbc3b5b382140566431a3d15807151 (diff) | |
download | gsoc2013-evolution-1f7bdbf9c16ab5948ea2c8143216ea66c286d715.tar gsoc2013-evolution-1f7bdbf9c16ab5948ea2c8143216ea66c286d715.tar.gz gsoc2013-evolution-1f7bdbf9c16ab5948ea2c8143216ea66c286d715.tar.bz2 gsoc2013-evolution-1f7bdbf9c16ab5948ea2c8143216ea66c286d715.tar.lz gsoc2013-evolution-1f7bdbf9c16ab5948ea2c8143216ea66c286d715.tar.xz gsoc2013-evolution-1f7bdbf9c16ab5948ea2c8143216ea66c286d715.tar.zst gsoc2013-evolution-1f7bdbf9c16ab5948ea2c8143216ea66c286d715.zip |
And here too.
2000-05-02 NotZed <NotZed@HelixCode.com>
* tests/test13.c: And here too.
* tests/test2.c (main): REmoved gmime-utils.h
* tests/Makefile.am (LDADD): Add libeutil to default link line.
(test_movemail_LDADD): Fixed order for libutil linking.
svn path=/trunk/; revision=2761
Diffstat (limited to 'tests/test2.c')
-rw-r--r-- | tests/test2.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/test2.c b/tests/test2.c index fb7f1d4eb9..2aa0ae93de 100644 --- a/tests/test2.c +++ b/tests/test2.c @@ -1,6 +1,5 @@ /* -*- Mode: C; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8 -*- */ /* tests mime message file parsing */ -#include "gmime-utils.h" #include "stdio.h" #include "camel-mime-message.h" #include "camel-mime-part.h" |