]> git.ipfire.org Git - thirdparty/dovecot/core.git/commitdiff
auth: mech-scram: Remove useless include of limits.h.
authorStephan Bosch <stephan.bosch@open-xchange.com>
Fri, 20 Jan 2023 02:53:09 +0000 (03:53 +0100)
committeraki.tuomi <aki.tuomi@open-xchange.com>
Fri, 27 Jan 2023 09:34:54 +0000 (09:34 +0000)
src/auth/mech-scram.c

index 8940420f62213fa668d313e8045f2fe5d29e0afe..dd9db252e8f1e3f9ccac53d12765edd223e429ae 100644 (file)
@@ -6,8 +6,6 @@
  * This software is released under the MIT license.
  */
 
-#include <limits.h>
-
 #include "auth-common.h"
 #include "base64.h"
 #include "buffer.h"