Module Name:    src
Committed By:   skrll
Date:           Tue Apr 28 12:54:40 UTC 2009

Modified Files:
        src/sys/arch/hp700/dev [nick-hppapmap]: pdc.c

Log Message:
Remove some unnecessary includes.


To generate a diff of this commit:
cvs rdiff -u -r1.25.4.1 -r1.25.4.2 src/sys/arch/hp700/dev/pdc.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/sys/arch/hp700/dev/pdc.c
diff -u src/sys/arch/hp700/dev/pdc.c:1.25.4.1 src/sys/arch/hp700/dev/pdc.c:1.25.4.2
--- src/sys/arch/hp700/dev/pdc.c:1.25.4.1	Mon Oct 27 08:02:40 2008
+++ src/sys/arch/hp700/dev/pdc.c	Tue Apr 28 12:54:40 2009
@@ -1,4 +1,4 @@
-/*	$NetBSD: pdc.c,v 1.25.4.1 2008/10/27 08:02:40 skrll Exp $	*/
+/*	$NetBSD: pdc.c,v 1.25.4.2 2009/04/28 12:54:40 skrll Exp $	*/
 
 /*	$OpenBSD: pdc.c,v 1.14 2001/04/29 21:05:43 mickey Exp $	*/
 
@@ -33,7 +33,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: pdc.c,v 1.25.4.1 2008/10/27 08:02:40 skrll Exp $");
+__KERNEL_RCSID(0, "$NetBSD: pdc.c,v 1.25.4.2 2009/04/28 12:54:40 skrll Exp $");
 
 #include <sys/param.h>
 #include <sys/systm.h>
@@ -54,10 +54,6 @@
 
 #include <hp700/hp700/machdep.h>
 
-#include <machine/db_machdep.h>         /* type definitions */
-#include <ddb/db_interface.h>
-
-
 typedef
 struct pdc_softc {
 	struct device sc_dv;

Reply via email to