git: 9707243a04ac - main - arm64: Remove a duplicated include
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 21 Oct 2024 12:24:24 UTC
The branch main has been updated by andrew: URL: https://cgit.FreeBSD.org/src/commit/?id=9707243a04ac5247071e490c1458e87bf22ef80e commit 9707243a04ac5247071e490c1458e87bf22ef80e Author: Andrew Turner <andrew@FreeBSD.org> AuthorDate: 2024-10-18 09:21:59 +0000 Commit: Andrew Turner <andrew@FreeBSD.org> CommitDate: 2024-10-21 12:23:16 +0000 arm64: Remove a duplicated include Sponsored by: Arm Ltd --- sys/arm64/arm64/sys_machdep.c | 1 - 1 file changed, 1 deletion(-) diff --git a/sys/arm64/arm64/sys_machdep.c b/sys/arm64/arm64/sys_machdep.c index 81b8ef73d9c0..efe2931e6b8a 100644 --- a/sys/arm64/arm64/sys_machdep.c +++ b/sys/arm64/arm64/sys_machdep.c @@ -28,7 +28,6 @@ */ #include <sys/param.h> -#include <sys/proc.h> #include <sys/systm.h> #include <sys/proc.h> #include <sys/sysproto.h>