authfd.c and mac.c do not need kex.h

This commit is contained in:
Markus Friedl
2012-10-12 17:49:55 +02:00
parent 2033d3b5ba
commit d2a7c923d7
2 changed files with 0 additions and 2 deletions

View File

@@ -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"

View File

@@ -32,7 +32,6 @@
#include "cipher.h"
#include "key.h"
#include "kex.h"
#include "mac.h"
#include "misc.h"
#include "err.h"