From 49cee5da7c46b2df4b42b3858ca5604ce5aeac18 Mon Sep 17 00:00:00 2001 From: yamt Date: Thu, 11 May 2006 11:58:04 +0000 Subject: [PATCH] #include a necessary header directly, rather than via user.h. while i'm here, remove unnecessary #include. --- usr.bin/ktrace/subr.c | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/usr.bin/ktrace/subr.c b/usr.bin/ktrace/subr.c index 1730fd116327..ac5c944a7e20 100644 --- a/usr.bin/ktrace/subr.c +++ b/usr.bin/ktrace/subr.c @@ -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 -#include -#include -#include #include +#include #include #include