remove explicit <machine/param.h> include, code including this already includes

<sys/param.h>
This commit is contained in:
jdolecek 2019-01-08 19:53:40 +00:00
parent 40f7eaaf25
commit 2a4cbf2470
2 changed files with 2 additions and 4 deletions

View File

@ -1,4 +1,4 @@
/* $NetBSD: bootinfo.h,v 1.8 2017/09/15 13:25:34 martin Exp $ */
/* $NetBSD: bootinfo.h,v 1.9 2019/01/08 19:53:40 jdolecek Exp $ */
/*-
* Copyright (c) 2005 The NetBSD Foundation, Inc.
@ -29,7 +29,6 @@
#ifndef _BOOTINFO_H_
#define _BOOTINFO_H_
#include <machine/param.h>
#include <sparc/bootinfo.h>
/*

View File

@ -1,4 +1,4 @@
/* $NetBSD: xen_shm.h,v 1.9 2009/10/19 18:41:10 bouyer Exp $ */
/* $NetBSD: xen_shm.h,v 1.10 2019/01/08 19:59:24 jdolecek Exp $ */
/*
* Copyright (c) 2005 Manuel Bouyer.
@ -26,7 +26,6 @@
*/
#include "opt_xen.h"
#include <machine/param.h>
#define XENSHM_MAX_PAGES_PER_REQUEST (MAXPHYS >> PAGE_SHIFT)