No need #include <machine/param.h> since #include <sys/param.h> is enough.

This commit is contained in:
tsutsui 2006-08-26 17:36:06 +00:00
parent 13f8672f00
commit 037b569f1b
1 changed files with 2 additions and 3 deletions

View File

@ -1,4 +1,4 @@
/* $NetBSD: db_trace.c,v 1.27 2005/12/11 12:18:09 christos Exp $ */
/* $NetBSD: db_trace.c,v 1.28 2006/08/26 17:36:06 tsutsui Exp $ */
/*
* Mach Operating System
@ -27,7 +27,7 @@
*/
#include <sys/cdefs.h>
__KERNEL_RCSID(0, "$NetBSD: db_trace.c,v 1.27 2005/12/11 12:18:09 christos Exp $");
__KERNEL_RCSID(0, "$NetBSD: db_trace.c,v 1.28 2006/08/26 17:36:06 tsutsui Exp $");
#include <sys/types.h>
#include <sys/param.h>
@ -37,7 +37,6 @@ __KERNEL_RCSID(0, "$NetBSD: db_trace.c,v 1.27 2005/12/11 12:18:09 christos Exp $
#include <mips/mips_opcode.h>
#include <machine/param.h>
#include <machine/db_machdep.h>
#include <ddb/db_interface.h>
#include <ddb/db_output.h>