summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--audit-bsm.c1
-rw-r--r--audit.c1
-rw-r--r--auth-pam.c1
-rw-r--r--auth-shadow.c1
-rw-r--r--auth-sia.c1
-rw-r--r--auth-skey.c1
6 files changed, 0 insertions, 6 deletions
diff --git a/audit-bsm.c b/audit-bsm.c
index f8e0bea8..1409f69a 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 7645c143..09136156 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 4130d226..8c013836 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 3d11e5de..c77ee8da 100644
--- a/auth-shadow.c
+++ b/auth-shadow.c
@@ -30,7 +30,6 @@
#include <string.h>
#include <time.h>
-#include "key.h"
#include "hostfile.h"
#include "auth.h"
#include "sshbuf.h"
diff --git a/auth-sia.c b/auth-sia.c
index 7c97f03e..ebe9d8d1 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 3536ec8f..b347527f 100644
--- a/auth-skey.c
+++ b/auth-skey.c
@@ -35,7 +35,6 @@
#include <skey.h>
#include "xmalloc.h"
-#include "key.h"
#include "hostfile.h"
#include "auth.h"
#include "ssh-gss.h"