From: jsg Date: Tue, 15 Oct 2024 09:16:39 +0000 (+0000) Subject: remove unneeded pte.h include X-Git-Url: http://artulab.com/gitweb/?a=commitdiff_plain;h=1b761ed3fa2fcda9a63ec5312a74dad021c679c5;p=openbsd remove unneeded pte.h include --- 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 * @@ -18,8 +18,6 @@ #define _MACHINE_PCB_H_ #include - -#include #include struct trapframe; diff --git a/sys/arch/riscv64/include/pcb.h b/sys/arch/riscv64/include/pcb.h index 430066ce3de..e81c17ddf46 100644 --- a/sys/arch/riscv64/include/pcb.h +++ b/sys/arch/riscv64/include/pcb.h @@ -1,4 +1,4 @@ -/* $OpenBSD: pcb.h,v 1.3 2021/06/30 22:20:56 kettenis Exp $ */ +/* $OpenBSD: pcb.h,v 1.4 2024/10/15 09:16:39 jsg Exp $ */ /* * Copyright (c) 2016 Dale Rahn @@ -19,8 +19,6 @@ #define _MACHINE_PCB_H_ #include - -#include #include struct trapframe;