From 4c656becd31bbe8a89b8af7561f1cc8ef31c8fa9 Mon Sep 17 00:00:00 2001 From: "Todd C. Miller" Date: Sun, 1 Jan 2006 00:41:03 +0000 Subject: Don't need to include machine/types.h here. OK and tested by miod@ --- sys/arch/mvme88k/include/bus.h | 3 +-- sys/arch/sparc/include/bus.h | 3 +-- 2 files changed, 2 insertions(+), 4 deletions(-) (limited to 'sys') 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 #include 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 #include #include -- cgit v1.2.3