X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=blobdiff_plain;f=udp_send.c;h=38d49e3e70e42bc72d9316a21a5ca5e5441106f3;hp=0ea95e41993c0c3442ff0fc219c2111f73e5e0f1;hb=e0545fd978a9583f9583b9bb35e5c25cb78c78f4;hpb=9d24300965cbcdfddb9f63b6bc8018da50d7d8e1 diff --git a/udp_send.c b/udp_send.c index 0ea95e41..38d49e3e 100644 --- a/udp_send.c +++ b/udp_send.c @@ -1,8 +1,4 @@ -/* - * Copyright (C) 2005 Andre Noll - * - * Licensed under the GPL v2. For licencing details see COPYING. - */ +/* Copyright (C) 2005 Andre Noll , see file COPYING. */ /** \file udp_send.c Para_server's udp sender. */ @@ -22,13 +18,13 @@ #include "error.h" #include "string.h" #include "afh.h" +#include "net.h" #include "server.h" #include "list.h" #include "send.h" #include "sched.h" #include "vss.h" #include "portable_io.h" -#include "net.h" #include "fd.h" #include "close_on_fork.h"