Date: Wed, 11 Jun 2025 17:00:22 GMT From: Brooks Davis <brooks@FreeBSD.org> To: src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-main@FreeBSD.org Subject: git: 92ff108e99e5 - main - sys/_types.h: drop sys/cdefs.h include Message-ID: <202506111700.55BH0MS0042612@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by brooks: URL: https://cgit.FreeBSD.org/src/commit/?id=92ff108e99e5c3904959a13ad5a99f63919cf62e commit 92ff108e99e5c3904959a13ad5a99f63919cf62e Author: Brooks Davis <brooks@FreeBSD.org> AuthorDate: 2025-06-11 16:39:01 +0000 Commit: Brooks Davis <brooks@FreeBSD.org> CommitDate: 2025-06-11 16:39:01 +0000 sys/_types.h: drop sys/cdefs.h include We no longer use it and it pollutes downstream headers. Reviewed by: imp Exp-run by: antoine (PR 286274) Pull Request: https://github.com/freebsd/freebsd-src/pull/1595 --- sys/sys/_types.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/sys/sys/_types.h b/sys/sys/_types.h index f6d1f26551e0..fe345b43d5eb 100644 --- a/sys/sys/_types.h +++ b/sys/sys/_types.h @@ -29,8 +29,6 @@ #ifndef _SYS__TYPES_H_ #define _SYS__TYPES_H_ -#include <sys/cdefs.h> - /* * Basic types upon which most other types are built. *
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202506111700.55BH0MS0042612>