diff options
author | Dan Winship <danw@src.gnome.org> | 2000-04-29 23:53:37 +0800 |
---|---|---|
committer | Dan Winship <danw@src.gnome.org> | 2000-04-29 23:53:37 +0800 |
commit | 4e9fab3ba3a1b55ef924ae4332bf43e7fc3d12ba (patch) | |
tree | 9968214e4f7127868138f4377f7e04280a2a0bf7 | |
parent | 79970fcfc72d9de4990cbd0ea6d0939ac39ccf6e (diff) | |
download | gsoc2013-evolution-4e9fab3ba3a1b55ef924ae4332bf43e7fc3d12ba.tar gsoc2013-evolution-4e9fab3ba3a1b55ef924ae4332bf43e7fc3d12ba.tar.gz gsoc2013-evolution-4e9fab3ba3a1b55ef924ae4332bf43e7fc3d12ba.tar.bz2 gsoc2013-evolution-4e9fab3ba3a1b55ef924ae4332bf43e7fc3d12ba.tar.lz gsoc2013-evolution-4e9fab3ba3a1b55ef924ae4332bf43e7fc3d12ba.tar.xz gsoc2013-evolution-4e9fab3ba3a1b55ef924ae4332bf43e7fc3d12ba.tar.zst gsoc2013-evolution-4e9fab3ba3a1b55ef924ae4332bf43e7fc3d12ba.zip |
remove an unused #include
svn path=/trunk/; revision=2679
-rw-r--r-- | camel/camel-multipart.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/camel/camel-multipart.c b/camel/camel-multipart.c index 3d61bc1da0..797d7b20e8 100644 --- a/camel/camel-multipart.c +++ b/camel/camel-multipart.c @@ -30,7 +30,6 @@ #include "gmime-content-field.h" #include "gmime-utils.h" #include "camel-stream-mem.h" -#include "camel-seekable-substream.h" #include "camel-multipart.h" #include "camel-mime-part.h" |