summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormillert <millert@openbsd.org>2006-01-01 01:08:57 +0000
committermillert <millert@openbsd.org>2006-01-01 01:08:57 +0000
commit141bcc7a79d497952ea92b5cf3227c6f060c88d2 (patch)
tree0ef086039c8357906dee4c736a35f66a538f6c3e
parentDon't need to include machine/types.h here. OK and tested by miod@ (diff)
downloadwireguard-openbsd-141bcc7a79d497952ea92b5cf3227c6f060c88d2.tar.xz
wireguard-openbsd-141bcc7a79d497952ea92b5cf3227c6f060c88d2.zip
Don't need to include machine/types.h here. OK and tested by miod@
-rw-r--r--sys/arch/vax/include/pmap.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/arch/vax/include/pmap.h b/sys/arch/vax/include/pmap.h
index 159a98a2759..6d421d1269b 100644
--- a/sys/arch/vax/include/pmap.h
+++ b/sys/arch/vax/include/pmap.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: pmap.h,v 1.26 2005/11/06 22:21:30 miod Exp $ */
+/* $OpenBSD: pmap.h,v 1.27 2006/01/01 01:08:57 millert Exp $ */
/* $NetBSD: pmap.h,v 1.37 1999/08/01 13:48:07 ragge Exp $ */
/*
@@ -43,7 +43,6 @@
#ifndef PMAP_H
#define PMAP_H
-#include <machine/types.h>
#include <machine/pte.h>
#include <machine/mtpr.h>
#include <machine/pcb.h>