remove unneeded pte.h include
authorjsg <jsg@openbsd.org>
Tue, 15 Oct 2024 09:16:39 +0000 (09:16 +0000)
committerjsg <jsg@openbsd.org>
Tue, 15 Oct 2024 09:16:39 +0000 (09:16 +0000)
sys/arch/arm64/include/pcb.h
sys/arch/riscv64/include/pcb.h

index 9682361..12f44cd 100644 (file)
@@ -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;
index 430066c..e81c17d 100644 (file)
@@ -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 <drahn@dalerahn.com>
@@ -19,8 +19,6 @@
 #define        _MACHINE_PCB_H_
 
 #include <machine/frame.h>
-
-#include <machine/pte.h>
 #include <machine/reg.h>
 
 struct trapframe;