diff --git a/ssh/authfd.c b/ssh/authfd.c index fb123b1..911bf80 100644 --- a/ssh/authfd.c +++ b/ssh/authfd.c @@ -57,7 +57,6 @@ #include "key.h" #include "authfd.h" #include "cipher.h" -#include "kex.h" #include "compat.h" #include "log.h" #include "atomicio.h" diff --git a/ssh/mac.c b/ssh/mac.c index 6c383eb..5f7c53d 100644 --- a/ssh/mac.c +++ b/ssh/mac.c @@ -32,7 +32,6 @@ #include "cipher.h" #include "key.h" -#include "kex.h" #include "mac.h" #include "misc.h" #include "err.h"