aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Turner <andrew@FreeBSD.org>2025-10-27 10:56:06 +0000
committerAndrew Turner <andrew@FreeBSD.org>2025-10-27 11:36:17 +0000
commitf3ee178be2b2b4205a42d514db1142d6bf162601 (patch)
tree294b1f38baffc640f518917ec201b0f65e41e21c
parentaa22b68ec76699527de04c99425716ab45c9b8c2 (diff)
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
-rw-r--r--sys/arm64/include/db_machdep.h1
1 files changed, 0 insertions, 1 deletions
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>