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 | |
parent | 8bf6e3f7a7f62d228a84be226cd3ea5bf0ba33b5 (diff) | |
download | openbsd-584ae0479395cc62c3c913674b07fc3ad6cf7bae.tar.gz openbsd-584ae0479395cc62c3c913674b07fc3ad6cf7bae.tar.bz2 openbsd-584ae0479395cc62c3c913674b07fc3ad6cf7bae.zip |
remove duplicate includes
-rw-r--r-- | src/regress/lib/libc/sys/t_kevent.c | 3 | ||||
-rw-r--r-- | src/usr.sbin/ocspcheck/http.c | 3 |
2 files changed, 2 insertions, 4 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> |
diff --git a/src/usr.sbin/ocspcheck/http.c b/src/usr.sbin/ocspcheck/http.c index 82a504ad1a..46b01f1ec4 100644 --- a/src/usr.sbin/ocspcheck/http.c +++ b/src/usr.sbin/ocspcheck/http.c | |||
@@ -1,4 +1,4 @@ | |||
1 | /* $Id: http.c,v 1.16 2022/12/15 08:07:03 florian Exp $ */ | 1 | /* $Id: http.c,v 1.17 2023/04/19 12:58:16 jsg Exp $ */ |
2 | /* | 2 | /* |
3 | * Copyright (c) 2016 Kristaps Dzonsons <kristaps@bsd.lv> | 3 | * Copyright (c) 2016 Kristaps Dzonsons <kristaps@bsd.lv> |
4 | * | 4 | * |
@@ -33,7 +33,6 @@ | |||
33 | #include <unistd.h> | 33 | #include <unistd.h> |
34 | 34 | ||
35 | #include "http.h" | 35 | #include "http.h" |
36 | #include <tls.h> | ||
37 | 36 | ||
38 | /* | 37 | /* |
39 | * A buffer for transferring HTTP/S data. | 38 | * A buffer for transferring HTTP/S data. |