diff options
author | Job Snijders <job@cvs.openbsd.org> | 2022-11-30 08:16:11 +0000 |
---|---|---|
committer | Job Snijders <job@cvs.openbsd.org> | 2022-11-30 08:16:11 +0000 |
commit | 10aa54fb387ba5601988f29f6d6fa5a3e5c38b53 (patch) | |
tree | 3dda02056de7e73a5d01bac6fb1529ba5d0a0b58 /usr.sbin/rpki-client/main.c | |
parent | 8d6ea275714a0ef83f8a1b9bdb566c8bcc5e9349 (diff) |
Remove unused ctype.h include
OK tb@
Diffstat (limited to 'usr.sbin/rpki-client/main.c')
-rw-r--r-- | usr.sbin/rpki-client/main.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/usr.sbin/rpki-client/main.c b/usr.sbin/rpki-client/main.c index 390ea90a818..105c1ed6cba 100644 --- a/usr.sbin/rpki-client/main.c +++ b/usr.sbin/rpki-client/main.c @@ -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> |