X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=blobdiff_plain;f=dccp_send.c;h=1ea8de25ed4f63ab622ec12cc6d6f54093bf7401;hp=4394b33bf2c5707f1895716de490c3bafda12ece;hb=f491dc59b5eee838165b60e7815a06139fed7f74;hpb=cb6d1dfb9e4067229a4bbde0abd05784d97ef14b diff --git a/dccp_send.c b/dccp_send.c index 4394b33b..1ea8de25 100644 --- a/dccp_send.c +++ b/dccp_send.c @@ -11,16 +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"