remove <machine/param.h> include, nothing from it is actually used here

This commit is contained in:
jdolecek 2019-01-08 20:08:28 +00:00
parent 2a4cbf2470
commit db1a0ab8b6
1 changed files with 1 additions and 3 deletions

View File

@ -1,4 +1,4 @@
/* $NetBSD: proc.h,v 1.17 2012/07/08 20:14:11 dsl Exp $ */ /* $NetBSD: proc.h,v 1.18 2019/01/08 20:08:28 jdolecek Exp $ */
/* /*
* Copyright (c) 2002 The NetBSD Foundation, Inc. All rights reserved. * Copyright (c) 2002 The NetBSD Foundation, Inc. All rights reserved.
@ -39,8 +39,6 @@
* Machine-dependent part of the proc structure for sh3. * Machine-dependent part of the proc structure for sh3.
*/ */
#include <machine/param.h>
/* Kernel stack PTE */ /* Kernel stack PTE */
struct md_upte { struct md_upte {
uint32_t addr; uint32_t addr;