1
0
mirror of https://github.com/openbsd/src.git synced 2024-12-21 23:18:00 -08:00

remove duplicate include

feedback tb@
This commit is contained in:
jsg 2023-04-19 12:34:23 +00:00
parent 02c3c5b9f1
commit 93f6aaeac3

View File

@ -1,5 +1,5 @@
/*
* $OpenBSD: util.c,v 1.4 2022/12/26 20:06:43 jmc Exp $
* $OpenBSD: util.c,v 1.5 2023/04/19 12:34:23 jsg Exp $
* Copyright (c) 2002 Institute for Open Systems Technology Australia (IFOST)
* Copyright (c) 2007 Michael Erdely <merdely@openbsd.org>
* Copyright (c) 2019 Martijn van Duren <martijn@openbsd.org>
@ -30,7 +30,6 @@
*/
#include <sys/socket.h>
#include <limits.h>
#include <sys/time.h>
#include <sys/types.h>
#include <sys/stat.h>