1
0
mirror of https://github.com/openbsd/src.git synced 2026-04-28 16:16:48 +00:00

Remove unused sys/signal.h include.

This commit is contained in:
ratchov
2020-01-23 20:55:01 +00:00
parent 8c74b6a943
commit 43f8c1bd04

View File

@@ -1,4 +1,4 @@
/* $OpenBSD: listen.c,v 1.13 2019/06/28 13:35:03 deraadt Exp $ */
/* $OpenBSD: listen.c,v 1.14 2020/01/23 20:55:01 ratchov Exp $ */
/*
* Copyright (c) 2008 Alexandre Ratchov <alex@caoua.org>
*
@@ -16,7 +16,6 @@
*/
#include <sys/types.h>
#include <sys/socket.h>
#include <sys/signal.h>
#include <sys/stat.h>
#include <sys/un.h>