no need for <machine/param.h>
This commit is contained in:
parent
21efe84ad2
commit
8003db5f17
|
@ -1,4 +1,4 @@
|
|||
/* $NetBSD: wd.c,v 1.4 2015/01/02 19:42:06 christos Exp $ */
|
||||
/* $NetBSD: wd.c,v 1.5 2019/01/08 19:36:57 jdolecek Exp $ */
|
||||
|
||||
/*-
|
||||
* Copyright (c) 2003 The NetBSD Foundation, Inc.
|
||||
|
@ -36,8 +36,6 @@
|
|||
#include <lib/libsa/stand.h>
|
||||
#include <lib/libkern/libkern.h>
|
||||
|
||||
#include <machine/param.h>
|
||||
|
||||
#include "boot.h"
|
||||
#include "wdvar.h"
|
||||
|
||||
|
|
Loading…
Reference in New Issue