Source-Changes-HG archive

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

[src/trunk]: src/sys/dev/raidframe Cleanup unneeded #includes.



details:   https://anonhg.NetBSD.org/src/rev/eaff7e3dcb55
branches:  trunk
changeset: 534022:eaff7e3dcb55
user:      oster <oster%NetBSD.org@localhost>
date:      Sat Jul 13 16:53:44 2002 +0000

description:
Cleanup unneeded #includes.

diffstat:

 sys/dev/raidframe/rf_utils.c |  9 ++-------
 1 files changed, 2 insertions(+), 7 deletions(-)

diffs (28 lines):

diff -r bfecb5615186 -r eaff7e3dcb55 sys/dev/raidframe/rf_utils.c
--- a/sys/dev/raidframe/rf_utils.c      Sat Jul 13 16:38:00 2002 +0000
+++ b/sys/dev/raidframe/rf_utils.c      Sat Jul 13 16:53:44 2002 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: rf_utils.c,v 1.8 2001/11/13 07:11:17 lukem Exp $       */
+/*     $NetBSD: rf_utils.c,v 1.9 2002/07/13 16:53:44 oster Exp $       */
 /*
  * Copyright (c) 1995 Carnegie-Mellon University.
  * All rights reserved.
@@ -33,17 +33,12 @@
  ****************************************/
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: rf_utils.c,v 1.8 2001/11/13 07:11:17 lukem Exp $");
-
-#include "rf_threadstuff.h"
-
-#include <sys/time.h>
+__KERNEL_RCSID(0, "$NetBSD: rf_utils.c,v 1.9 2002/07/13 16:53:44 oster Exp $");
 
 #include "rf_archs.h"
 #include "rf_utils.h"
 #include "rf_debugMem.h"
 #include "rf_alloclist.h"
-#include "rf_general.h"
 
 /* creates & zeros 2-d array with b rows and k columns (MCH) */
 RF_RowCol_t **



Home | Main Index | Thread Index | Old Index