remove unused malloc.h

This commit is contained in:
cegger 2008-12-18 11:45:40 +00:00
parent 52d070140e
commit f3cd5e707d
4 changed files with 8 additions and 12 deletions

View File

@ -1,4 +1,4 @@
/* $NetBSD: bios32.c,v 1.13 2008/04/28 20:23:12 martin Exp $ */
/* $NetBSD: bios32.c,v 1.14 2008/12/18 11:45:40 cegger Exp $ */
/*-
* Copyright (c) 1999 The NetBSD Foundation, Inc.
@ -60,12 +60,11 @@
*/
#include <sys/cdefs.h>
__KERNEL_RCSID(0, "$NetBSD: bios32.c,v 1.13 2008/04/28 20:23:12 martin Exp $");
__KERNEL_RCSID(0, "$NetBSD: bios32.c,v 1.14 2008/12/18 11:45:40 cegger Exp $");
#include <sys/param.h>
#include <sys/systm.h>
#include <sys/device.h>
#include <sys/malloc.h>
#include <dev/isa/isareg.h>
#include <machine/isa_machdep.h>

View File

@ -1,4 +1,4 @@
/* $NetBSD: core_machdep.c,v 1.1 2008/11/19 18:35:58 ad Exp $ */
/* $NetBSD: core_machdep.c,v 1.2 2008/12/18 11:45:40 cegger Exp $ */
/*-
* Copyright (c) 1982, 1986 The Regents of the University of California.
@ -80,12 +80,11 @@
*/
#include <sys/cdefs.h>
__KERNEL_RCSID(0, "$NetBSD: core_machdep.c,v 1.1 2008/11/19 18:35:58 ad Exp $");
__KERNEL_RCSID(0, "$NetBSD: core_machdep.c,v 1.2 2008/12/18 11:45:40 cegger Exp $");
#include <sys/param.h>
#include <sys/systm.h>
#include <sys/proc.h>
#include <sys/malloc.h>
#include <sys/vnode.h>
#include <sys/buf.h>
#include <sys/user.h>

View File

@ -1,4 +1,4 @@
/* $NetBSD: machdep.c,v 1.114 2008/12/15 22:20:52 cegger Exp $ */
/* $NetBSD: machdep.c,v 1.115 2008/12/18 11:45:40 cegger Exp $ */
/*-
* Copyright (c) 1996, 1997, 1998, 2000, 2006, 2007, 2008
@ -112,7 +112,7 @@
*/
#include <sys/cdefs.h>
__KERNEL_RCSID(0, "$NetBSD: machdep.c,v 1.114 2008/12/15 22:20:52 cegger Exp $");
__KERNEL_RCSID(0, "$NetBSD: machdep.c,v 1.115 2008/12/18 11:45:40 cegger Exp $");
/* #define XENDEBUG_LOW */
@ -137,7 +137,6 @@ __KERNEL_RCSID(0, "$NetBSD: machdep.c,v 1.114 2008/12/15 22:20:52 cegger Exp $")
#include <sys/exec.h>
#include <sys/reboot.h>
#include <sys/conf.h>
#include <sys/malloc.h>
#include <sys/mbuf.h>
#include <sys/msgbuf.h>
#include <sys/mount.h>

View File

@ -1,4 +1,4 @@
/* $NetBSD: vm_machdep.c,v 1.35 2008/11/19 18:35:58 ad Exp $ */
/* $NetBSD: vm_machdep.c,v 1.36 2008/12/18 11:45:40 cegger Exp $ */
/*-
* Copyright (c) 1982, 1986 The Regents of the University of California.
@ -80,14 +80,13 @@
*/
#include <sys/cdefs.h>
__KERNEL_RCSID(0, "$NetBSD: vm_machdep.c,v 1.35 2008/11/19 18:35:58 ad Exp $");
__KERNEL_RCSID(0, "$NetBSD: vm_machdep.c,v 1.36 2008/12/18 11:45:40 cegger Exp $");
#include "opt_user_ldt.h"
#include <sys/param.h>
#include <sys/systm.h>
#include <sys/proc.h>
#include <sys/malloc.h>
#include <sys/vnode.h>
#include <sys/buf.h>
#include <sys/user.h>