X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=blobdiff_plain;f=dccp_send.c;h=3509d5d88a5e18f00089885ae7be41b8207e1b17;hp=3d2511f7ef755e759a2d2f486d4060a785cff225;hb=340eefa8e83c72319de0feda257d49e668b33f22;hpb=0869d99a5dcfa351536a129f10ddf3a99211cf46 diff --git a/dccp_send.c b/dccp_send.c index 3d2511f7..3509d5d8 100644 --- a/dccp_send.c +++ b/dccp_send.c @@ -11,13 +11,15 @@ * (C) 2005 Ian McDonald */ +#include "para.h" +#include "error.h" +#include "afh.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"