summaryrefslogtreecommitdiff
path: root/sys/arch/mvme88k
diff options
context:
space:
mode:
authorTodd C. Miller <millert@cvs.openbsd.org>2006-01-01 00:41:03 +0000
committerTodd C. Miller <millert@cvs.openbsd.org>2006-01-01 00:41:03 +0000
commit4c656becd31bbe8a89b8af7561f1cc8ef31c8fa9 (patch)
tree041999f9c24f46840679d1ab099daa3e7d78fad4 /sys/arch/mvme88k
parent357420ce66b721183600dac713448d7d4a7aba50 (diff)
Don't need to include machine/types.h here. OK and tested by miod@
Diffstat (limited to 'sys/arch/mvme88k')
-rw-r--r--sys/arch/mvme88k/include/bus.h3
1 files changed, 1 insertions, 2 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;