From d2a7c923d77b4fd408e767bd7a465cc48cfee25c Mon Sep 17 00:00:00 2001 From: Markus Friedl Date: Fri, 12 Oct 2012 17:49:55 +0200 Subject: [PATCH] authfd.c and mac.c do not need kex.h --- ssh/authfd.c | 1 - ssh/mac.c | 1 - 2 files changed, 2 deletions(-) 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"