diff options
author | Dan Winship <danw@src.gnome.org> | 2000-05-18 05:01:39 +0800 |
---|---|---|
committer | Dan Winship <danw@src.gnome.org> | 2000-05-18 05:01:39 +0800 |
commit | d034f9071de584910f23feefa918b6d9bc572f99 (patch) | |
tree | 21c7cfad70507217df695ee54c48f5a6ebec0f72 | |
parent | 43169eb17d8a9d3f7c78352ef0fae6d00376bce3 (diff) | |
download | gsoc2013-evolution-d034f9071de584910f23feefa918b6d9bc572f99.tar gsoc2013-evolution-d034f9071de584910f23feefa918b6d9bc572f99.tar.gz gsoc2013-evolution-d034f9071de584910f23feefa918b6d9bc572f99.tar.bz2 gsoc2013-evolution-d034f9071de584910f23feefa918b6d9bc572f99.tar.lz gsoc2013-evolution-d034f9071de584910f23feefa918b6d9bc572f99.tar.xz gsoc2013-evolution-d034f9071de584910f23feefa918b6d9bc572f99.tar.zst gsoc2013-evolution-d034f9071de584910f23feefa918b6d9bc572f99.zip |
Don't include the no-longer-distributed possibly-to-be-removed headers.
* camel.h: Don't include the no-longer-distributed
possibly-to-be-removed headers.
svn path=/trunk/; revision=3109
-rw-r--r-- | camel/ChangeLog | 3 | ||||
-rw-r--r-- | camel/camel.h | 4 |
2 files changed, 3 insertions, 4 deletions
diff --git a/camel/ChangeLog b/camel/ChangeLog index 1481d626bf..b97fc70efe 100644 --- a/camel/ChangeLog +++ b/camel/ChangeLog @@ -1,5 +1,8 @@ 2000-05-17 Dan Winship <danw@helixcode.com> + * camel.h: Don't include the no-longer-distributed + possibly-to-be-removed headers. + * providers/smtp/camel-smtp-transport.c (smtp_get_email_addr_from_text): fix an off-by-one error in address parsing diff --git a/camel/camel.h b/camel/camel.h index 9f2fba8119..d3a65b1312 100644 --- a/camel/camel.h +++ b/camel/camel.h @@ -35,9 +35,7 @@ extern "C" { #include <camel/camel-data-wrapper.h> #include <camel/camel-exception.h> -#include <camel/camel-folder-pt-proxy.h> #include <camel/camel-folder.h> -#include <camel/camel-marshal-utils.h> #include <camel/camel-medium.h> #include <camel/camel-mime-filter-basic.h> #include <camel/camel-mime-filter-charset.h> @@ -51,7 +49,6 @@ extern "C" { #include <camel/camel-mime-utils.h> #include <camel/camel-movemail.h> #include <camel/camel-multipart.h> -#include <camel/camel-op-queue.h> #include <camel/camel-provider.h> #include <camel/camel-seekable-stream.h> #include <camel/camel-seekable-substream.h> @@ -63,7 +60,6 @@ extern "C" { #include <camel/camel-stream-fs.h> #include <camel/camel-stream-mem.h> #include <camel/camel-stream.h> -#include <camel/camel-thread-proxy.h> #include <camel/camel-transport.h> #include <camel/camel-url.h> #include <camel/gmime-content-field.h> |