diff options
author | Jonathan Gray <jsg@cvs.openbsd.org> | 2024-10-15 09:16:40 +0000 |
---|---|---|
committer | Jonathan Gray <jsg@cvs.openbsd.org> | 2024-10-15 09:16:40 +0000 |
commit | e41b7700d608e7660cc07af9a85b842c1ee65735 (patch) | |
tree | 5939ffabcd4838f5a02bbb4451ba9fc8b5ee085f /sys/arch/arm64 | |
parent | 0cc27e3348021a551bc65b28e22490e20c9e26c4 (diff) |
remove unneeded pte.h include
Diffstat (limited to 'sys/arch/arm64')
-rw-r--r-- | sys/arch/arm64/include/pcb.h | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/sys/arch/arm64/include/pcb.h b/sys/arch/arm64/include/pcb.h index 968236180cc..12f44cd94d8 100644 --- a/sys/arch/arm64/include/pcb.h +++ b/sys/arch/arm64/include/pcb.h @@ -1,4 +1,4 @@ -/* $OpenBSD: pcb.h,v 1.5 2022/01/01 18:52:37 kettenis Exp $ */ +/* $OpenBSD: pcb.h,v 1.6 2024/10/15 09:16:39 jsg Exp $ */ /* * Copyright (c) 2016 Dale Rahn <drahn@dalerahn.com> * @@ -18,8 +18,6 @@ #define _MACHINE_PCB_H_ #include <machine/frame.h> - -#include <machine/pte.h> #include <machine/reg.h> struct trapframe; |