No need to include <machine/vmparam.h> here.

This commit is contained in:
tsutsui 2005-11-25 13:37:58 +00:00
parent d51a16a060
commit 648f74397a

View File

@ -1,4 +1,4 @@
/* $NetBSD: boot.c,v 1.4 2004/04/10 12:30:26 tsutsui Exp $ */
/* $NetBSD: boot.c,v 1.5 2005/11/25 13:37:58 tsutsui Exp $ */
/*-
* Copyright (c) 2003 The NetBSD Foundation, Inc.
@ -72,7 +72,6 @@
#include <machine/cpu.h>
#include <machine/leds.h>
#include <machine/vmparam.h>
#include <lib/libsa/stand.h>
#include <lib/libsa/loadfile.h>