X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=blobdiff_plain;f=dccp_send.c;h=c506fd96f15c222386fc14b5c7a0d74462e31f4e;hp=4394b33bf2c5707f1895716de490c3bafda12ece;hb=769888ee3175ed60df3c23caf51cdad5db33d141;hpb=cb6d1dfb9e4067229a4bbde0abd05784d97ef14b diff --git a/dccp_send.c b/dccp_send.c index 4394b33b..c506fd96 100644 --- a/dccp_send.c +++ b/dccp_send.c @@ -11,7 +11,11 @@ * (C) 2005 Ian McDonald */ +#include +#include + #include "para.h" +#include "error.h" #include "afh.h" #include "server.h" #include "net.h" @@ -19,7 +23,6 @@ #include "vss.h" #include "send.h" #include "dccp.h" -#include "error.h" #include "string.h" #include "fd.h" #include "close_on_fork.h"