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