From fcfbdddc6f0260174f76e185c9768a950f0872be Mon Sep 17 00:00:00 2001 From: Herbert Xu Date: Mon, 7 Apr 2025 18:11:33 +0800 Subject: [PATCH] crypto: ctr - Remove unnecessary header inclusions Now that the broken drivers have been fixed, remove the unnecessary inclusions from crypto/ctr.h. Signed-off-by: Herbert Xu --- include/crypto/ctr.h | 3 --- 1 file changed, 3 deletions(-) diff --git a/include/crypto/ctr.h b/include/crypto/ctr.h index c41685874f008..06984a26c8cf0 100644 --- a/include/crypto/ctr.h +++ b/include/crypto/ctr.h @@ -8,9 +8,6 @@ #ifndef _CRYPTO_CTR_H #define _CRYPTO_CTR_H -#include -#include - #define CTR_RFC3686_NONCE_SIZE 4 #define CTR_RFC3686_IV_SIZE 8 #define CTR_RFC3686_BLOCK_SIZE 16 -- 2.47.2