diff options
| author | 2006-01-01 00:41:02 +0000 | |
|---|---|---|
| committer | 2006-01-01 00:41:02 +0000 | |
| commit | 543e9f7d22c1cacf2a0dec23bf847b2fceeb3793 (patch) | |
| tree | 5b791e42e51393ea56761348618a923f45d24a2c | |
| parent | viapm(4) (diff) | |
| download | wireguard-openbsd-543e9f7d22c1cacf2a0dec23bf847b2fceeb3793.tar.xz wireguard-openbsd-543e9f7d22c1cacf2a0dec23bf847b2fceeb3793.zip | |
Don't need to include machine/types.h here. OK and tested by miod@
| -rw-r--r-- | sys/arch/mvme88k/include/bus.h | 3 | ||||
| -rw-r--r-- | sys/arch/sparc/include/bus.h | 3 |
2 files changed, 2 insertions, 4 deletions
diff --git a/sys/arch/mvme88k/include/bus.h b/sys/arch/mvme88k/include/bus.h index 37f601d993c..d1d3cffc2d4 100644 --- a/sys/arch/mvme88k/include/bus.h +++ b/sys/arch/mvme88k/include/bus.h @@ -1,4 +1,4 @@ -/* $OpenBSD: bus.h,v 1.3 2004/05/07 18:10:28 miod Exp $ */ +/* $OpenBSD: bus.h,v 1.4 2006/01/01 00:41:02 millert Exp $ */ /* * Copyright (c) 2004, Miodrag Vallat. * @@ -36,7 +36,6 @@ #ifndef _MVME88K_BUS_H_ #define _MVME88K_BUS_H_ -#include <machine/types.h> #include <machine/asm_macro.h> typedef u_int32_t bus_addr_t; diff --git a/sys/arch/sparc/include/bus.h b/sys/arch/sparc/include/bus.h index f500fa5f473..c47a71e8bd7 100644 --- a/sys/arch/sparc/include/bus.h +++ b/sys/arch/sparc/include/bus.h @@ -1,4 +1,4 @@ -/* $OpenBSD: bus.h,v 1.5 2003/07/08 20:29:36 mickey Exp $ */ +/* $OpenBSD: bus.h,v 1.6 2006/01/01 00:41:02 millert Exp $ */ /* * Copyright (c) 2003, Miodrag Vallat. * @@ -39,7 +39,6 @@ #ifndef _SPARC_BUS_H_ #define _SPARC_BUS_H_ -#include <machine/types.h> #include <machine/autoconf.h> #include <uvm/uvm_extern.h> |
