Remove unnecessary include file inclusion

Signed-hostap: Jouni Malinen <j@w1.fi>
This commit is contained in:
Jouni Malinen 2011-11-13 22:13:04 +02:00
parent 6ec64015f5
commit a17539ebcd
16 changed files with 0 additions and 21 deletions

View file

@ -17,7 +17,6 @@
#include "common.h"
#include "crypto.h"
#include "tls/rsa.h"
#include "tls/bignum.h"
#include "tls/pkcs1.h"
#include "tls/pkcs8.h"

View file

@ -16,8 +16,6 @@
#include "common.h"
#include "sha1.h"
#include "md5.h"
#include "crypto.h"
static int pbkdf2_sha1_f(const char *passphrase, const char *ssid,
size_t ssid_len, int iterations, unsigned int count,

View file

@ -17,7 +17,6 @@
#include "common.h"
#include "sha1.h"
#include "md5.h"
#include "crypto.h"
/**