1
0
mirror of https://github.com/openbsd/src.git synced 2026-06-19 07:43:34 +02:00

remove unneeded pte.h include

This commit is contained in:
jsg
2024-10-15 09:16:39 +00:00
parent 8b24d2c89c
commit 1b761ed3fa
2 changed files with 2 additions and 6 deletions
+1 -3
View 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;
+1 -3
View 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;