git: 35cb62e1260a - main - kboot/aarch64: remove redundant include
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Thu, 05 Dec 2024 00:18:52 UTC
The branch main has been updated by imp:
URL: https://cgit.FreeBSD.org/src/commit/?id=35cb62e1260aa780e199ac1013721f69961267f3
commit 35cb62e1260aa780e199ac1013721f69961267f3
Author: Ahmad Khalifa <ahmadkhalifa570@gmail.com>
AuthorDate: 2024-09-27 15:39:32 +0000
Commit: Warner Losh <imp@FreeBSD.org>
CommitDate: 2024-12-05 00:19:17 +0000
kboot/aarch64: remove redundant include
Reviewed by: imp
Pull Request: https://github.com/freebsd/freebsd-src/pull/1446
---
stand/kboot/kboot/arch/aarch64/exec.c | 1 -
1 file changed, 1 deletion(-)
diff --git a/stand/kboot/kboot/arch/aarch64/exec.c b/stand/kboot/kboot/arch/aarch64/exec.c
index 585ccffbd42c..59ca4b67a4ab 100644
--- a/stand/kboot/kboot/arch/aarch64/exec.c
+++ b/stand/kboot/kboot/arch/aarch64/exec.c
@@ -42,7 +42,6 @@
#include "bootstrap.h"
#include "kboot.h"
-#include "bootstrap.h"
#include "platform/acfreebsd.h"
#include "acconfig.h"