Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/dev/raidframe Nuke unneeded #include.



details:   https://anonhg.NetBSD.org/src/rev/f4514c93e935
branches:  trunk
changeset: 534046:f4514c93e935
user:      oster <oster%NetBSD.org@localhost>
date:      Sun Jul 14 03:16:06 2002 +0000

description:
Nuke unneeded #include.

diffstat:

 sys/dev/raidframe/rf_memchunk.c |  5 ++---
 sys/dev/raidframe/rf_shutdown.c |  5 ++---
 2 files changed, 4 insertions(+), 6 deletions(-)

diffs (45 lines):

diff -r 7c01f738b37f -r f4514c93e935 sys/dev/raidframe/rf_memchunk.c
--- a/sys/dev/raidframe/rf_memchunk.c   Sun Jul 14 03:04:02 2002 +0000
+++ b/sys/dev/raidframe/rf_memchunk.c   Sun Jul 14 03:16:06 2002 +0000
@@ -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"
diff -r 7c01f738b37f -r f4514c93e935 sys/dev/raidframe/rf_shutdown.c
--- a/sys/dev/raidframe/rf_shutdown.c   Sun Jul 14 03:04:02 2002 +0000
+++ b/sys/dev/raidframe/rf_shutdown.c   Sun Jul 14 03:16:06 2002 +0000
@@ -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"



Home | Main Index | Thread Index | Old Index