]> git.tuebingen.mpg.de Git - paraslash.git/blobdiff - udp_send.c
audiod: Use lsu_merge_config_file_options().
[paraslash.git] / udp_send.c
index 0ea95e41993c0c3442ff0fc219c2111f73e5e0f1..38d49e3e70e42bc72d9316a21a5ca5e5441106f3 100644 (file)
@@ -1,8 +1,4 @@
-/*
- * Copyright (C) 2005 Andre Noll <maan@tuebingen.mpg.de>
- *
- * Licensed under the GPL v2. For licencing details see COPYING.
- */
+/* Copyright (C) 2005 Andre Noll <maan@tuebingen.mpg.de>, see file COPYING. */
 
 /** \file udp_send.c Para_server's udp sender. */
 
 #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"