From: Stephan Bosch Date: Fri, 20 Jan 2023 02:53:09 +0000 (+0100) Subject: auth: mech-scram: Remove useless include of limits.h. X-Git-Tag: 2.4.0~3148 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2ac40052fe11adb1109a72f7d694542cbff5e66e;p=thirdparty%2Fdovecot%2Fcore.git auth: mech-scram: Remove useless include of limits.h. --- 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"