don't include same file twice.

This commit is contained in:
shin 2002-08-20 04:22:03 +00:00
parent 6cf8d48ed9
commit b46ba8b021

View File

@ -1,4 +1,4 @@
/* $NetBSD: machdep.c,v 1.76 2002/08/07 07:21:08 gmcgarry Exp $ */
/* $NetBSD: machdep.c,v 1.77 2002/08/20 04:22:03 shin Exp $ */
/*-
* Copyright (c) 1999 Shin Takemura, All rights reserved.
@ -73,7 +73,7 @@
*/
#include <sys/cdefs.h> /* RCS ID & Copyright macro defns */
__KERNEL_RCSID(0, "$NetBSD: machdep.c,v 1.76 2002/08/07 07:21:08 gmcgarry Exp $");
__KERNEL_RCSID(0, "$NetBSD: machdep.c,v 1.77 2002/08/20 04:22:03 shin Exp $");
#include "opt_vr41xx.h"
#include "opt_tx39xx.h"
@ -101,8 +101,6 @@ __KERNEL_RCSID(0, "$NetBSD: machdep.c,v 1.76 2002/08/07 07:21:08 gmcgarry Exp $"
#include <uvm/uvm_extern.h>
#include <uvm/uvm_extern.h>
#include <ufs/mfs/mfs_extern.h> /* mfs_initminiroot() */
#include <dev/cons.h> /* cntab access (cpu_reboot) */