From da4ed88ce136ddb19f4f3b9fb3dbabb0fef1ec28 Mon Sep 17 00:00:00 2001 From: oster Date: Thu, 1 Jan 2004 19:37:17 +0000 Subject: Tidy up the #includes a bit. --- sys/dev/raidframe/rf_debugprint.c | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) (limited to 'sys/dev/raidframe') diff --git a/sys/dev/raidframe/rf_debugprint.c b/sys/dev/raidframe/rf_debugprint.c index b670d2a2626..ce316a39c31 100644 --- a/sys/dev/raidframe/rf_debugprint.c +++ b/sys/dev/raidframe/rf_debugprint.c @@ -1,4 +1,4 @@ -/* $NetBSD: rf_debugprint.c,v 1.7 2003/12/30 21:59:03 oster Exp $ */ +/* $NetBSD: rf_debugprint.c,v 1.8 2004/01/01 19:37:17 oster Exp $ */ /* * Copyright (c) 1995 Carnegie-Mellon University. * All rights reserved. @@ -34,16 +34,12 @@ */ #include -__KERNEL_RCSID(0, "$NetBSD: rf_debugprint.c,v 1.7 2003/12/30 21:59:03 oster Exp $"); +__KERNEL_RCSID(0, "$NetBSD: rf_debugprint.c,v 1.8 2004/01/01 19:37:17 oster Exp $"); #include -#include "rf_threadstuff.h" #include "rf_debugprint.h" #include "rf_general.h" -#include "rf_options.h" - -#include void rf_debug_printf(char *s, void *a1, void *a2, void *a3, void *a4, -- cgit