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 /camel/camel.h | |
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
Diffstat (limited to 'camel/camel.h')
-rw-r--r-- | camel/camel.h | 4 |
1 files changed, 0 insertions, 4 deletions
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> |