Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 5 Dec 2024 00:18:52 GMT
From:      Warner Losh <imp@FreeBSD.org>
To:        src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-main@FreeBSD.org
Subject:   git: 35cb62e1260a - main - kboot/aarch64: remove redundant include
Message-ID:  <202412050018.4B50Iq7H013313@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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"



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202412050018.4B50Iq7H013313>