X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=blobdiff_plain;f=udp_send.c;h=38d49e3e70e42bc72d9316a21a5ca5e5441106f3;hp=0ea95e41993c0c3442ff0fc219c2111f73e5e0f1;hb=79a88784e0819c1bbe9de8d39a0e05997c8211f6;hpb=7649f22106cec2c6eb8bb10f279401e1af5451d0 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"