]> git.tuebingen.mpg.de Git - paraslash.git/commit - dccp_send.c
Remove some unused includes from {dccp,http}_send.c.
authorAndre Noll <maan@tuebingen.mpg.de>
Thu, 16 Nov 2017 01:41:31 +0000 (02:41 +0100)
committerAndre Noll <maan@tuebingen.mpg.de>
Tue, 13 Mar 2018 02:28:56 +0000 (03:28 +0100)
commitb0ec08945c28e35558ed85691b57f314724f7613
treed628300e2a9e90d78cd7437f8e8a2d08be9a34a0
parent0e5dedaa7f494adcd2970c301343fc04933fae72
Remove some unused includes from {dccp,http}_send.c.

The access control and close on fork lists are handled in send_common.c,
so the two senders do not need to know anything about them.

The dccp sender does not perform chunk queuing, so it does not need to
include chunk_queue.h.
dccp_send.c
http_send.c