Rm some includes that are now useless

This commit is contained in:
Manuel Pégourié-Gonnard 2013-09-05 16:56:03 +02:00
parent d13a4099dd
commit 7da0a38d43

View file

@ -49,30 +49,15 @@
#include "sha512.h"
#endif
// for session tickets
#if defined(POLARSSL_AES_C)
#include "aes.h"
#endif
#if defined(POLARSSL_ARC4_C)
#include "arc4.h"
#endif
#if defined(POLARSSL_DES_C)
#include "des.h"
#endif
#if defined(POLARSSL_CAMELLIA_C)
#include "camellia.h"
#endif
#if defined(POLARSSL_GCM_C)
#include "gcm.h"
#endif
#if defined(POLARSSL_X509_PARSE_C)
#include "x509.h"
#endif
#if defined(POLARSSL_RSA_C)
#include "rsa.h"
#endif
#if defined(POLARSSL_DHM_C)
#include "dhm.h"
#endif