From 901452fb41bc890feeccd0e52cf9c4d682d6f797 Mon Sep 17 00:00:00 2001 From: Martin Piatka Date: Tue, 24 Feb 2026 13:02:32 +0100 Subject: [PATCH] crypto/crypt_aes_impl: Remove config includes --- src/crypto/crypt_aes_impl.c | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/crypto/crypt_aes_impl.c b/src/crypto/crypt_aes_impl.c index 4fe24371c..c25230b40 100644 --- a/src/crypto/crypt_aes_impl.c +++ b/src/crypto/crypt_aes_impl.c @@ -24,9 +24,6 @@ * EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ -#include "config.h" -#include "config_unix.h" -#include "config_win32.h" #include "debug.h" #include "crypt_aes_impl.h" #include "crypt_aes.h"