Module Name:    src
Committed By:   uwe
Date:           Thu Jan 27 00:19:27 UTC 2011

Modified Files:
        src/sys/arch/sh3/sh3: core_machdep.c

Log Message:
Include only headers that are actually used.


To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 src/sys/arch/sh3/sh3/core_machdep.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/sh3/sh3/core_machdep.c
diff -u src/sys/arch/sh3/sh3/core_machdep.c:1.3 src/sys/arch/sh3/sh3/core_machdep.c:1.4
--- src/sys/arch/sh3/sh3/core_machdep.c:1.3	Sat Nov 21 17:40:28 2009
+++ src/sys/arch/sh3/sh3/core_machdep.c	Thu Jan 27 00:19:27 2011
@@ -1,4 +1,4 @@
-/*	$NetBSD: core_machdep.c,v 1.3 2009/11/21 17:40:28 rmind Exp $	*/
+/*	$NetBSD: core_machdep.c,v 1.4 2011/01/27 00:19:27 uwe Exp $	*/
 
 /*-
  * Copyright (c) 2002 The NetBSD Foundation, Inc. All rights reserved.
@@ -81,30 +81,17 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: core_machdep.c,v 1.3 2009/11/21 17:40:28 rmind Exp $");
+__KERNEL_RCSID(0, "$NetBSD: core_machdep.c,v 1.4 2011/01/27 00:19:27 uwe Exp $");
 
 #include <sys/param.h>
 #include <sys/systm.h>
 #include <sys/proc.h>
-#include <sys/malloc.h>
-#include <sys/vnode.h>
-#include <sys/buf.h>
 #include <sys/core.h>
 #include <sys/exec.h>
 #include <sys/ptrace.h>
-#include <sys/syscall.h>
-#include <sys/ktrace.h>
 
-#include <sys/exec_aout.h>
-
-#include <uvm/uvm_extern.h>
-
-#include <sh3/locore.h>
-#include <sh3/cpu.h>
 #include <sh3/reg.h>
-#include <sh3/mmu.h>
-#include <sh3/cache.h>
-#include <sh3/userret.h>
+
 
 /*
  * Dump the machine specific segment at the start of a core dump.

Reply via email to