The branch main has been updated by andrew: URL: https://cgit.FreeBSD.org/src/commit/?id=f3ee178be2b2b4205a42d514db1142d6bf162601
commit f3ee178be2b2b4205a42d514db1142d6bf162601 Author: Andrew Turner <[email protected]> AuthorDate: 2025-10-27 10:56:06 +0000 Commit: Andrew Turner <[email protected]> CommitDate: 2025-10-27 11:36:17 +0000 arm64: Remove armreg.h from db_machdep.h There is nothing in this file that needs armreg.h Reviewed by: imp Sponsored by: Arm Ltd Differential Revision: https://reviews.freebsd.org/D53323 --- sys/arm64/include/db_machdep.h | 1 - 1 file changed, 1 deletion(-) diff --git a/sys/arm64/include/db_machdep.h b/sys/arm64/include/db_machdep.h index 5dc496ca851d..3ef95f7802ea 100644 --- a/sys/arm64/include/db_machdep.h +++ b/sys/arm64/include/db_machdep.h @@ -31,7 +31,6 @@ #ifndef _MACHINE_DB_MACHDEP_H_ #define _MACHINE_DB_MACHDEP_H_ -#include <machine/armreg.h> #include <machine/frame.h> #include <machine/trap.h>
