Remove unused ctype.h include
authorjob <job@openbsd.org>
Wed, 30 Nov 2022 08:16:10 +0000 (08:16 +0000)
committerjob <job@openbsd.org>
Wed, 30 Nov 2022 08:16:10 +0000 (08:16 +0000)
OK tb@

usr.sbin/rpki-client/main.c
usr.sbin/rpki-client/mft.c
usr.sbin/rpki-client/tal.c

index 390ea90..105c1ed 100644 (file)
@@ -1,4 +1,4 @@
-/*     $OpenBSD: main.c,v 1.226 2022/11/29 20:41:32 job Exp $ */
+/*     $OpenBSD: main.c,v 1.227 2022/11/30 08:16:10 job Exp $ */
 /*
  * Copyright (c) 2021 Claudio Jeker <claudio@openbsd.org>
  * Copyright (c) 2019 Kristaps Dzonsons <kristaps@bsd.lv>
@@ -25,7 +25,6 @@
 #include <sys/wait.h>
 
 #include <assert.h>
-#include <ctype.h>
 #include <err.h>
 #include <errno.h>
 #include <dirent.h>
index d9ab5df..753f56f 100644 (file)
@@ -1,4 +1,4 @@
-/*     $OpenBSD: mft.c,v 1.80 2022/11/29 20:41:32 job Exp $ */
+/*     $OpenBSD: mft.c,v 1.81 2022/11/30 08:16:10 job Exp $ */
 /*
  * Copyright (c) 2022 Theo Buehler <tb@openbsd.org>
  * Copyright (c) 2019 Kristaps Dzonsons <kristaps@bsd.lv>
@@ -17,7 +17,6 @@
  */
 
 #include <assert.h>
-#include <ctype.h>
 #include <err.h>
 #include <limits.h>
 #include <stdint.h>
index b9a25cd..429689f 100644 (file)
@@ -1,4 +1,4 @@
-/*     $OpenBSD: tal.c,v 1.36 2022/09/03 15:13:44 job Exp $ */
+/*     $OpenBSD: tal.c,v 1.37 2022/11/30 08:16:10 job Exp $ */
 /*
  * Copyright (c) 2019 Kristaps Dzonsons <kristaps@bsd.lv>
  *
@@ -17,7 +17,6 @@
 
 #include <netinet/in.h>
 #include <assert.h>
-#include <ctype.h>
 #include <err.h>
 #include <libgen.h>
 #include <stdio.h>