diff options
| -rw-r--r-- | include/crypto/ctr.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/include/crypto/ctr.h b/include/crypto/ctr.h index c41685874f00..06984a26c8cf 100644 --- a/include/crypto/ctr.h +++ b/include/crypto/ctr.h @@ -8,9 +8,6 @@ #ifndef _CRYPTO_CTR_H #define _CRYPTO_CTR_H -#include <crypto/algapi.h> -#include <crypto/internal/skcipher.h> - #define CTR_RFC3686_NONCE_SIZE 4 #define CTR_RFC3686_IV_SIZE 8 #define CTR_RFC3686_BLOCK_SIZE 16 |