Remove unused sys/socket.h include
authorjob <job@openbsd.org>
Wed, 30 Nov 2022 08:17:21 +0000 (08:17 +0000)
committerjob <job@openbsd.org>
Wed, 30 Nov 2022 08:17:21 +0000 (08:17 +0000)
OK claudio@

usr.sbin/rpki-client/as.c
usr.sbin/rpki-client/cert.c
usr.sbin/rpki-client/crl.c
usr.sbin/rpki-client/validate.c
usr.sbin/rpki-client/x509.c

index c4c2dd1..037b51c 100644 (file)
@@ -1,4 +1,4 @@
-/*     $OpenBSD: as.c,v 1.10 2022/11/29 20:41:32 job Exp $ */
+/*     $OpenBSD: as.c,v 1.11 2022/11/30 08:17:21 job Exp $ */
 /*
  * Copyright (c) 2019 Kristaps Dzonsons <kristaps@bsd.lv>
  *
@@ -15,8 +15,6 @@
  * OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
  */
 
-#include <sys/socket.h>
-
 #include <err.h>
 #include <stdint.h>
 #include <stdlib.h>
index 87c0bc2..37017a5 100644 (file)
@@ -1,4 +1,4 @@
-/*     $OpenBSD: cert.c,v 1.99 2022/11/29 20:41:32 job Exp $ */
+/*     $OpenBSD: cert.c,v 1.100 2022/11/30 08:17:21 job Exp $ */
 /*
  * Copyright (c) 2022 Theo Buehler <tb@openbsd.org>
  * Copyright (c) 2021 Job Snijders <job@openbsd.org>
@@ -17,8 +17,6 @@
  * OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
  */
 
-#include <sys/socket.h>
-
 #include <arpa/inet.h>
 #include <assert.h>
 #include <err.h>
index 69f3013..e5dc122 100644 (file)
@@ -1,4 +1,4 @@
-/*     $OpenBSD: crl.c,v 1.19 2022/11/29 20:41:32 job Exp $ */
+/*     $OpenBSD: crl.c,v 1.20 2022/11/30 08:17:21 job Exp $ */
 /*
  * Copyright (c) 2019 Kristaps Dzonsons <kristaps@bsd.lv>
  *
@@ -15,8 +15,6 @@
  * OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
  */
 
-#include <sys/socket.h>
-
 #include <arpa/inet.h>
 #include <err.h>
 #include <inttypes.h>
index 322089b..f363dfa 100644 (file)
@@ -1,4 +1,4 @@
-/*     $OpenBSD: validate.c,v 1.50 2022/11/29 20:41:32 job Exp $ */
+/*     $OpenBSD: validate.c,v 1.51 2022/11/30 08:17:21 job Exp $ */
 /*
  * Copyright (c) 2019 Kristaps Dzonsons <kristaps@bsd.lv>
  *
@@ -15,8 +15,6 @@
  * OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
  */
 
-#include <sys/socket.h>
-
 #include <arpa/inet.h>
 #include <assert.h>
 #include <ctype.h>
index 8c03a89..9f82344 100644 (file)
@@ -1,4 +1,4 @@
-/*     $OpenBSD: x509.c,v 1.61 2022/11/29 20:41:32 job Exp $ */
+/*     $OpenBSD: x509.c,v 1.62 2022/11/30 08:17:21 job Exp $ */
 /*
  * Copyright (c) 2022 Theo Buehler <tb@openbsd.org>
  * Copyright (c) 2021 Claudio Jeker <claudio@openbsd.org>
@@ -17,8 +17,6 @@
  * OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
  */
 
-#include <sys/socket.h>
-
 #include <err.h>
 #include <stdlib.h>
 #include <string.h>