From: Herbert Xu Date: Mon, 7 Apr 2025 10:11:33 +0000 (+0800) Subject: crypto: ctr - Remove unnecessary header inclusions X-Git-Tag: v6.16-rc1~206^2~294 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=fcfbdddc6f0260174f76e185c9768a950f0872be;p=thirdparty%2Fkernel%2Flinux.git 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 --- 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