diff options
author | jsg <> | 2023-04-19 12:58:16 +0000 |
---|---|---|
committer | jsg <> | 2023-04-19 12:58:16 +0000 |
commit | 584ae0479395cc62c3c913674b07fc3ad6cf7bae (patch) | |
tree | 24a0b9fd4a873dbbc50733372de307edcc902ff8 /src/regress/lib/libc/sys | |
parent | 8bf6e3f7a7f62d228a84be226cd3ea5bf0ba33b5 (diff) | |
download | openbsd-584ae0479395cc62c3c913674b07fc3ad6cf7bae.tar.gz openbsd-584ae0479395cc62c3c913674b07fc3ad6cf7bae.tar.bz2 openbsd-584ae0479395cc62c3c913674b07fc3ad6cf7bae.zip |
remove duplicate includes
Diffstat (limited to 'src/regress/lib/libc/sys')
-rw-r--r-- | src/regress/lib/libc/sys/t_kevent.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/regress/lib/libc/sys/t_kevent.c b/src/regress/lib/libc/sys/t_kevent.c index 917ab7f1dd..003d7b8a5d 100644 --- a/src/regress/lib/libc/sys/t_kevent.c +++ b/src/regress/lib/libc/sys/t_kevent.c | |||
@@ -1,4 +1,4 @@ | |||
1 | /* $OpenBSD: t_kevent.c,v 1.2 2021/12/13 16:56:48 deraadt Exp $ */ | 1 | /* $OpenBSD: t_kevent.c,v 1.3 2023/04/19 12:58:15 jsg Exp $ */ |
2 | /* $NetBSD: t_kevent.c,v 1.9 2020/10/31 01:08:32 christos Exp $ */ | 2 | /* $NetBSD: t_kevent.c,v 1.9 2020/10/31 01:08:32 christos Exp $ */ |
3 | 3 | ||
4 | /*- | 4 | /*- |
@@ -46,7 +46,6 @@ | |||
46 | #ifndef __OpenBSD__ | 46 | #ifndef __OpenBSD__ |
47 | #include <sys/drvctlio.h> | 47 | #include <sys/drvctlio.h> |
48 | #endif | 48 | #endif |
49 | #include <sys/event.h> | ||
50 | #include <sys/time.h> | 49 | #include <sys/time.h> |
51 | #include <sys/socket.h> | 50 | #include <sys/socket.h> |
52 | #include <sys/wait.h> | 51 | #include <sys/wait.h> |