From 7e247b3498d56eab17eccbc8642483e3be3f4c0c Mon Sep 17 00:00:00 2001 From: Poul-Henning Kamp Date: Sun, 29 Oct 1995 09:51:47 +0000 Subject: [PATCH] Don't include things more than once :-) --- sys/sys/user.h | 13 +++---------- 1 file changed, 3 insertions(+), 10 deletions(-) diff --git a/sys/sys/user.h b/sys/sys/user.h index 13c525c5f794..08a18b243061 100644 --- a/sys/sys/user.h +++ b/sys/sys/user.h @@ -31,7 +31,7 @@ * SUCH DAMAGE. * * @(#)user.h 8.2 (Berkeley) 9/23/93 - * $Id: user.h,v 1.4 1995/05/30 08:14:50 rgrimes Exp $ + * $Id: user.h,v 1.5 1995/10/28 13:07:28 phk Exp $ */ #ifndef _SYS_USER_H_ @@ -45,19 +45,12 @@ #include #include #include -#endif +#include +#endif /* !KERNEL */ #include #include #include /* XXX */ - -#ifndef KERNEL -#include -#include -#include -#include -#endif - /* * KERN_PROC subtype ops return arrays of augmented proc structures: */