From c0f26b22235871d9be9ec7ea1a10cc95a00a0657 Mon Sep 17 00:00:00 2001 From: chs Date: Tue, 27 Sep 2005 15:06:43 +0000 Subject: [PATCH] remove unnecessary includes. --- sys/arch/sparc64/include/netbsd32_machdep.h | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/sys/arch/sparc64/include/netbsd32_machdep.h b/sys/arch/sparc64/include/netbsd32_machdep.h index 3e1ef8bc8b58..2c5815be6f43 100644 --- a/sys/arch/sparc64/include/netbsd32_machdep.h +++ b/sys/arch/sparc64/include/netbsd32_machdep.h @@ -1,4 +1,4 @@ -/* $NetBSD: netbsd32_machdep.h,v 1.17 2005/07/12 15:06:17 martin Exp $ */ +/* $NetBSD: netbsd32_machdep.h,v 1.18 2005/09/27 15:06:43 chs Exp $ */ /* * Copyright (c) 1998, 2001 Matthew R. Green @@ -32,7 +32,8 @@ #define _MACHINE_NETBSD32_H_ #include -#include + +struct proc; typedef u_int32_t netbsd32_pointer_t; @@ -41,8 +42,6 @@ typedef u_int32_t netbsd32_pointer_t; */ #define NETBSD32PTR64(p32) ((void *)(u_long)(u_int)(p32)) -#include - /* from */ typedef u_int32_t netbsd32_sigcontextp_t;