#include a necessary header directly, rather than via user.h.

while i'm here, remove unnecessary #include.
This commit is contained in:
yamt 2006-05-11 11:58:04 +00:00
parent 2416177358
commit 49cee5da7c
1 changed files with 3 additions and 5 deletions

View File

@ -1,4 +1,4 @@
/* $NetBSD: subr.c,v 1.13 2005/12/11 19:29:27 christos Exp $ */
/* $NetBSD: subr.c,v 1.14 2006/05/11 11:58:04 yamt Exp $ */
/*-
* Copyright (c) 1988, 1993
@ -34,15 +34,13 @@
#if 0
static char sccsid[] = "@(#)subr.c 8.2 (Berkeley) 4/28/95";
#else
__RCSID("$NetBSD: subr.c,v 1.13 2005/12/11 19:29:27 christos Exp $");
__RCSID("$NetBSD: subr.c,v 1.14 2006/05/11 11:58:04 yamt Exp $");
#endif
#endif /* not lint */
#include <sys/param.h>
#include <sys/file.h>
#include <sys/user.h>
#include <sys/proc.h>
#include <sys/time.h>
#include <sys/uio.h>
#include <sys/ktrace.h>
#include <stdio.h>