Don't need to include <sys/malloc.h>, <machine/locore.h> or

<uvm/uvm_extern.h> here.
This commit is contained in:
simonb 2002-07-12 00:27:18 +00:00
parent 85c8470e73
commit bb0c5d7d98
2 changed files with 7 additions and 15 deletions

View File

@ -1,4 +1,4 @@
/* $NetBSD: malta_bus_io.c,v 1.2 2002/03/23 14:33:35 simonb Exp $ */
/* $NetBSD: malta_bus_io.c,v 1.3 2002/07/12 00:27:18 simonb Exp $ */
/*-
* Copyright (c) 2001 The NetBSD Foundation, Inc.
@ -41,9 +41,6 @@
*/
#include <sys/param.h>
#include <sys/malloc.h>
#include <machine/locore.h>
#include <evbmips/malta/maltareg.h>
#include <evbmips/malta/maltavar.h>

View File

@ -1,4 +1,4 @@
/* $NetBSD: malta_bus_mem.c,v 1.3 2002/04/09 03:40:17 simonb Exp $ */
/* $NetBSD: malta_bus_mem.c,v 1.4 2002/07/12 00:27:19 simonb Exp $ */
/*-
* Copyright (c) 2001 The NetBSD Foundation, Inc.
@ -41,11 +41,6 @@
*/
#include <sys/param.h>
#include <sys/malloc.h>
#include <uvm/uvm_extern.h>
#include <machine/locore.h>
#include <evbmips/malta/maltareg.h>
#include <evbmips/malta/maltavar.h>