X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=blobdiff_plain;f=dccp_send.c;h=1ea8de25ed4f63ab622ec12cc6d6f54093bf7401;hp=3d2511f7ef755e759a2d2f486d4060a785cff225;hb=c9381f1e1f60439f0edd8d67100cc13ad8f4c0bf;hpb=0869d99a5dcfa351536a129f10ddf3a99211cf46 diff --git a/dccp_send.c b/dccp_send.c index 3d2511f7..1ea8de25 100644 --- a/dccp_send.c +++ b/dccp_send.c @@ -11,14 +11,20 @@ * (C) 2005 Ian McDonald */ +#include +#include + +#include "para.h" +#include "error.h" +#include "string.h" +#include "afh.h" +#include "afs.h" #include "server.h" #include "net.h" #include "list.h" #include "vss.h" #include "send.h" #include "dccp.h" -#include "error.h" -#include "string.h" #include "fd.h" #include "close_on_fork.h" #include "chunk_queue.h"