diff options
author | Jonathan Gray <jsg@cvs.openbsd.org> | 2023-04-19 12:58:17 +0000 |
---|---|---|
committer | Jonathan Gray <jsg@cvs.openbsd.org> | 2023-04-19 12:58:17 +0000 |
commit | e584dd63576a6db8099d4582e43ccf5a04218eb4 (patch) | |
tree | af0d168dd5883473e2410df70bceb3797de66949 /regress/lib | |
parent | be40ce669fc0c95c5b0a58e5f0e62daa230eb680 (diff) |
remove duplicate includes
Diffstat (limited to 'regress/lib')
-rw-r--r-- | regress/lib/libc/sys/t_kevent.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/regress/lib/libc/sys/t_kevent.c b/regress/lib/libc/sys/t_kevent.c index 917ab7f1dd6..003d7b8a5d4 100644 --- a/regress/lib/libc/sys/t_kevent.c +++ b/regress/lib/libc/sys/t_kevent.c @@ -1,4 +1,4 @@ -/* $OpenBSD: t_kevent.c,v 1.2 2021/12/13 16:56:48 deraadt Exp $ */ +/* $OpenBSD: t_kevent.c,v 1.3 2023/04/19 12:58:15 jsg Exp $ */ /* $NetBSD: t_kevent.c,v 1.9 2020/10/31 01:08:32 christos Exp $ */ /*- @@ -46,7 +46,6 @@ #ifndef __OpenBSD__ #include <sys/drvctlio.h> #endif -#include <sys/event.h> #include <sys/time.h> #include <sys/socket.h> #include <sys/wait.h> |