diff options
| author | Dag-Erling Smørgrav <des@FreeBSD.org> | 2025-07-27 18:18:59 +0000 |
|---|---|---|
| committer | Dag-Erling Smørgrav <des@FreeBSD.org> | 2025-07-27 18:19:32 +0000 |
| commit | 6c4771c73470c78b1a71949783114560ad79d99e (patch) | |
| tree | 78b4c02005e5a478e9ea499e790adac632507ae2 | |
| parent | c7a1776752ec01af741e3a8715ede72f61b313d6 (diff) | |
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
| -rw-r--r-- | krb5/include/autoconf.h | 3 |
1 files changed, 0 insertions, 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 */ |
