Date: Sun, 27 Jul 2025 18:19:58 GMT From: Dag-Erling =?utf-8?Q?Sm=C3=B8rgrav?= <des@FreeBSD.org> To: src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-main@FreeBSD.org Subject: git: 6c4771c73470 - main - krb5: Remove includes from autoconf header. Message-ID: <202507271819.56RIJwVV006411@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by des: URL: https://cgit.FreeBSD.org/src/commit/?id=6c4771c73470c78b1a71949783114560ad79d99e commit 6c4771c73470c78b1a71949783114560ad79d99e Author: Dag-Erling Smørgrav <des@FreeBSD.org> AuthorDate: 2025-07-27 18:18:59 +0000 Commit: Dag-Erling Smørgrav <des@FreeBSD.org> CommitDate: 2025-07-27 18:19:32 +0000 krb5: Remove includes from autoconf header. These #include directives are neither present upstream nor needed. Reviewed by: ivy Differential Revision: https://reviews.freebsd.org/D51564 --- krb5/include/autoconf.h | 3 --- 1 file changed, 3 deletions(-) diff --git a/krb5/include/autoconf.h b/krb5/include/autoconf.h index 24039611c7e7..a5e2ea5838b0 100644 --- a/krb5/include/autoconf.h +++ b/krb5/include/autoconf.h @@ -5,9 +5,6 @@ #ifndef KRB5_AUTOCONF_H #define KRB5_AUTOCONF_H -#include <sys/types.h> -#include <machine/param.h> - /* Define if AES-NI support is enabled */ /* #undef AESNI */
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202507271819.56RIJwVV006411>