diff options
| author | jsg <> | 2023-04-19 12:58:16 +0000 |
|---|---|---|
| committer | jsg <> | 2023-04-19 12:58:16 +0000 |
| commit | 66b857bfb31c84024d348c1b47c595ee2d24262f (patch) | |
| tree | 24a0b9fd4a873dbbc50733372de307edcc902ff8 /src/regress/lib/libc | |
| parent | b428e9561e4f6390210b76d21c1ff48e5a1d0efc (diff) | |
| download | openbsd-66b857bfb31c84024d348c1b47c595ee2d24262f.tar.gz openbsd-66b857bfb31c84024d348c1b47c595ee2d24262f.tar.bz2 openbsd-66b857bfb31c84024d348c1b47c595ee2d24262f.zip | |
remove duplicate includes
Diffstat (limited to 'src/regress/lib/libc')
| -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> |
