From 2ac40052fe11adb1109a72f7d694542cbff5e66e Mon Sep 17 00:00:00 2001 From: Stephan Bosch Date: Fri, 20 Jan 2023 03:53:09 +0100 Subject: [PATCH] auth: mech-scram: Remove useless include of limits.h. --- src/auth/mech-scram.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/auth/mech-scram.c b/src/auth/mech-scram.c index 8940420f62..dd9db252e8 100644 --- a/src/auth/mech-scram.c +++ b/src/auth/mech-scram.c @@ -6,8 +6,6 @@ * This software is released under the MIT license. */ -#include - #include "auth-common.h" #include "base64.h" #include "buffer.h" -- 2.47.3