Nuke unneeded #include.

This commit is contained in:
oster 2002-07-14 03:16:06 +00:00
parent 3995c18b9e
commit 1c1010f7e7
2 changed files with 4 additions and 6 deletions

View File

@ -1,4 +1,4 @@
/* $NetBSD: rf_memchunk.c,v 1.7 2001/11/13 07:11:14 lukem Exp $ */
/* $NetBSD: rf_memchunk.c,v 1.8 2002/07/14 03:16:06 oster Exp $ */
/*
* Copyright (c) 1995 Carnegie-Mellon University.
* All rights reserved.
@ -59,11 +59,10 @@
********************************************************************************/
#include <sys/cdefs.h>
__KERNEL_RCSID(0, "$NetBSD: rf_memchunk.c,v 1.7 2001/11/13 07:11:14 lukem Exp $");
__KERNEL_RCSID(0, "$NetBSD: rf_memchunk.c,v 1.8 2002/07/14 03:16:06 oster Exp $");
#include <dev/raidframe/raidframevar.h>
#include "rf_threadstuff.h"
#include "rf_debugMem.h"
#include "rf_memchunk.h"
#include "rf_general.h"

View File

@ -1,4 +1,4 @@
/* $NetBSD: rf_shutdown.c,v 1.9 2001/11/13 07:11:16 lukem Exp $ */
/* $NetBSD: rf_shutdown.c,v 1.10 2002/07/14 03:18:58 oster Exp $ */
/*
* rf_shutdown.c
*/
@ -34,12 +34,11 @@
*/
#include <sys/cdefs.h>
__KERNEL_RCSID(0, "$NetBSD: rf_shutdown.c,v 1.9 2001/11/13 07:11:16 lukem Exp $");
__KERNEL_RCSID(0, "$NetBSD: rf_shutdown.c,v 1.10 2002/07/14 03:18:58 oster Exp $");
#include <dev/raidframe/raidframevar.h>
#include "rf_archs.h"
#include "rf_threadstuff.h"
#include "rf_shutdown.h"
#include "rf_debugMem.h"
#include "rf_freelist.h"