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.
#include "sched.h"
#include "vss.h"
#include "fd.h"
-#include "close_on_fork.h"
-#include "chunk_queue.h"
-#include "acl.h"
static struct sender_status dccp_sender_status, *dss = &dccp_sender_status;
#include "send.h"
#include "sched.h"
#include "vss.h"
-#include "close_on_fork.h"
#include "net.h"
#include "fd.h"
#include "chunk_queue.h"
-#include "acl.h"
/** Message sent to clients that do not send a valid get request. */
#define HTTP_ERR_MSG "HTTP/1.0 400 Bad Request\n"