diff --git a/audit-bsm.c b/audit-bsm.c index f8e0bea89..1409f69ae 100644 --- a/audit-bsm.c +++ b/audit-bsm.c @@ -49,7 +49,6 @@ #include "ssh.h" #include "log.h" -#include "key.h" #include "hostfile.h" #include "auth.h" #include "xmalloc.h" diff --git a/audit.c b/audit.c index 7645c1439..091361560 100644 --- a/audit.c +++ b/audit.c @@ -31,7 +31,6 @@ #include "audit.h" #include "log.h" -#include "key.h" #include "hostfile.h" #include "auth.h" diff --git a/auth-pam.c b/auth-pam.c index 4130d226c..8c0138362 100644 --- a/auth-pam.c +++ b/auth-pam.c @@ -88,7 +88,6 @@ extern char *__progname; #include "xmalloc.h" #include "sshbuf.h" #include "ssherr.h" -#include "key.h" #include "hostfile.h" #include "auth.h" #include "auth-pam.h" diff --git a/auth-shadow.c b/auth-shadow.c index 3d11e5ded..c77ee8da9 100644 --- a/auth-shadow.c +++ b/auth-shadow.c @@ -30,7 +30,6 @@ #include #include -#include "key.h" #include "hostfile.h" #include "auth.h" #include "sshbuf.h" diff --git a/auth-sia.c b/auth-sia.c index 7c97f03e5..ebe9d8d12 100644 --- a/auth-sia.c +++ b/auth-sia.c @@ -37,7 +37,6 @@ #include "ssh.h" #include "ssh_api.h" -#include "key.h" #include "hostfile.h" #include "auth.h" #include "auth-sia.h" diff --git a/auth-skey.c b/auth-skey.c index 3536ec8fa..b347527f6 100644 --- a/auth-skey.c +++ b/auth-skey.c @@ -35,7 +35,6 @@ #include #include "xmalloc.h" -#include "key.h" #include "hostfile.h" #include "auth.h" #include "ssh-gss.h"