chiark / gitweb /
test: udp-preload: Drop redundant headers
authorIan Jackson <ijackson@chiark.greenend.org.uk>
Sat, 12 Oct 2019 23:14:31 +0000 (00:14 +0100)
committerIan Jackson <ijackson@chiark.greenend.org.uk>
Thu, 24 Oct 2019 18:16:14 +0000 (19:16 +0100)
Signed-off-by: Ian Jackson <ijackson@chiark.greenend.org.uk>
test/udp-preload.c

index 31fc7d2aabed0479ac33ed35b8b712662114e9a4..f2e2b7923be7d267cb2ff4938cf0b42a1afcd804 100644 (file)
 #include <unistd.h>
 #include <errno.h>
 #include <stdlib.h>
-#include <signal.h>
 #include <string.h>
 #include <sys/socket.h>
-#include <sys/wait.h>
 #include <netinet/in.h>
-
-#include <sys/socket.h>
 #include <sys/un.h>
 #include <arpa/inet.h>