No need #include <machine/param.h> since #include <sys/param.h> is enough.
This commit is contained in:
parent
13f8672f00
commit
037b569f1b
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue