summaryrefslogtreecommitdiff
path: root/sys/arch/sparc/include
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/sparc/include
parent357420ce66b721183600dac713448d7d4a7aba50 (diff)
Don't need to include machine/types.h here. OK and tested by miod@
Diffstat (limited to 'sys/arch/sparc/include')
-rw-r--r--sys/arch/sparc/include/bus.h3
1 files changed, 1 insertions, 2 deletions
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>