camel-cipher-context.c Drop unneeded <pthread.h>.
authorTor Lillqvist <tml@novell.com>
Wed, 17 Aug 2005 14:54:45 +0000 (14:54 +0000)
committerTor Lillqvist <tml@src.gnome.org>
Wed, 17 Aug 2005 14:54:45 +0000 (14:54 +0000)
commit92831966537c38d0cd7c8d2812444de02ee3b859
tree34c987a0203bebb70536015eff00439378886de5
parent7307f82344b0ac87b1cb9fbede083d9b1f3e1f4c
camel-cipher-context.c Drop unneeded <pthread.h>.

2005-08-17  Tor Lillqvist  <tml@novell.com>

* camel-cipher-context.c
* camel-vee-folder.c: Drop unneeded <pthread.h>.

* camel-block-file.c
* camel-index-control.c
* camel-index.c
* camel-partition-table.c
* camel-text-index.c
* camel-vee-summary.c
* providers/groupwise/camel-groupwise-summary.c
* providers/imap/camel-imap-summary.c
* providers/local/camel-local-summary.c
* providers/local/camel-mh-summary.c
* providers/local/camel-spool-summary.c
* providers/nntp/camel-nntp-summary.c: Drop unneeded <sys/uio.h>.

* camel-sasl-digest-md5.h: Drop unneeded <netdb.h>.

* camel-sasl-kerberos4.h
* camel-sasl-kerberos4.c: Move inclusion of <netdb.h> to the
source file so we don't need any Win32 ifdefs in the
header. Include also <netinet/in.h> and "camel-net-utils.h" in the
source file.

* camel-service.c: Drop unneeded <sys/poll.h>

* providers/pop3/camel-pop3-store.c
* providers/smtp/camel-smtp-transport.c: Drop unneeded <sys/socket.h>
<netinet/in.h> and <arpa/inet.h>.
21 files changed:
camel/ChangeLog
camel/camel-block-file.c
camel/camel-cipher-context.c
camel/camel-index-control.c
camel/camel-index.c
camel/camel-partition-table.c
camel/camel-sasl-digest-md5.h
camel/camel-sasl-kerberos4.c
camel/camel-sasl-kerberos4.h
camel/camel-service.c
camel/camel-text-index.c
camel/camel-vee-folder.c
camel/camel-vee-summary.c
camel/providers/groupwise/camel-groupwise-summary.c
camel/providers/imap/camel-imap-summary.c
camel/providers/local/camel-local-summary.c
camel/providers/local/camel-mh-summary.c
camel/providers/local/camel-spool-summary.c
camel/providers/nntp/camel-nntp-summary.c
camel/providers/pop3/camel-pop3-store.c
camel/providers/smtp/camel-smtp-transport.c