Removed unused #includes.

This commit is contained in:
Bruce Evans 1997-06-14 11:52:37 +00:00
parent ac5fcb6d4d
commit eac3100416
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=26639
10 changed files with 10 additions and 30 deletions

View File

@ -23,7 +23,7 @@
* any improvements or extensions that they make and grant Carnegie the
* rights to redistribute these changes.
*
* $Id$
* $Id: db_access.c,v 1.13 1997/02/22 09:28:18 peter Exp $
*/
/*
@ -31,7 +31,6 @@
* Date: 7/90
*/
#include <sys/param.h>
#include <sys/systm.h>
#include <ddb/ddb.h>
#include <ddb/db_access.h>

View File

@ -23,7 +23,7 @@
* any improvements or extensions that they make and grant Carnegie the
* rights to redistribute these changes.
*
* $Id$
* $Id: db_break.c,v 1.13 1997/02/22 09:28:20 peter Exp $
*/
/*
@ -34,13 +34,11 @@
* Breakpoints.
*/
#include <sys/param.h>
#include <sys/systm.h>
#include <vm/vm.h>
#include <vm/vm_kern.h>
#include <ddb/ddb.h>
#include <ddb/db_lex.h>
#include <ddb/db_break.h>
#include <ddb/db_access.h>
#include <ddb/db_sym.h>

View File

@ -23,7 +23,7 @@
* any improvements or extensions that they make and grant Carnegie the
* rights to redistribute these changes.
*
* $Id$
* $Id: db_expr.c,v 1.11 1997/02/22 09:28:23 peter Exp $
*/
/*
@ -31,7 +31,6 @@
* Date: 7/90
*/
#include <sys/param.h>
#include <sys/systm.h>
#include <ddb/ddb.h>
#include <ddb/db_lex.h>

View File

@ -23,7 +23,7 @@
* any improvements or extensions that they make and grant Carnegie the
* rights to redistribute these changes.
*
* $Id$
* $Id: db_lex.c,v 1.13 1997/02/22 09:28:25 peter Exp $
*/
/*
@ -34,7 +34,6 @@
* Lexical analyzer.
*/
#include <sys/param.h>
#include <sys/systm.h>
#include <ddb/ddb.h>
#include <ddb/db_lex.h>

View File

@ -23,7 +23,7 @@
* any improvements or extensions that they make and grant Carnegie the
* rights to redistribute these changes.
*
* $Id$
* $Id: db_print.c,v 1.13 1997/02/22 09:28:27 peter Exp $
*/
/*
@ -35,10 +35,8 @@
* Miscellaneous printing.
*/
#include <sys/param.h>
#include <sys/systm.h>
#include <ddb/ddb.h>
#include <ddb/db_lex.h>
#include <ddb/db_variables.h>
#include <ddb/db_sym.h>

View File

@ -23,7 +23,7 @@
* any improvements or extensions that they make and grant Carnegie the
* rights to redistribute these changes.
*
* $Id$
* $Id: db_run.c,v 1.12 1997/02/22 09:28:29 peter Exp $
*/
/*
@ -35,12 +35,10 @@
* Commands to run process.
*/
#include <sys/param.h>
#include <sys/systm.h>
#include <vm/vm.h>
#include <ddb/ddb.h>
#include <ddb/db_lex.h>
#include <ddb/db_break.h>
#include <ddb/db_access.h>

View File

@ -23,7 +23,7 @@
* any improvements or extensions that they make and grant Carnegie the
* rights to redistribute these changes.
*
* $Id: db_trap.c,v 1.11 1997/02/22 09:28:31 peter Exp $
* $Id: db_trap.c,v 1.12 1997/03/28 12:39:43 bde Exp $
*/
/*
@ -35,13 +35,9 @@
* Trap entry point to kernel debugger.
*/
#include <sys/param.h>
#include <sys/systm.h>
#include <vm/vm.h>
#include <ddb/ddb.h>
#include <ddb/db_command.h>
#include <ddb/db_break.h>
#include <setjmp.h>

View File

@ -23,7 +23,7 @@
* any improvements or extensions that they make and grant Carnegie the
* rights to redistribute these changes.
*
* $Id$
* $Id: db_variables.c,v 1.13 1997/02/22 09:28:31 peter Exp $
*/
/*
@ -32,7 +32,6 @@
*/
#include <sys/param.h>
#include <sys/systm.h>
#include <ddb/ddb.h>
#include <ddb/db_lex.h>

View File

@ -23,7 +23,7 @@
* any improvements or extensions that they make and grant Carnegie the
* rights to redistribute these changes.
*
* $Id$
* $Id: db_watch.c,v 1.14 1997/02/22 09:28:33 peter Exp $
*/
/*
@ -32,7 +32,6 @@
*/
#include <sys/param.h>
#include <sys/systm.h>
#include <vm/vm.h>
#include <sys/lock.h>
@ -41,10 +40,7 @@
#include <vm/vm_prot.h>
#include <ddb/ddb.h>
#include <ddb/db_lex.h>
#include <ddb/db_watch.h>
#include <ddb/db_access.h>
#include <ddb/db_sym.h>
/*
* Watchpoints.

View File

@ -23,7 +23,7 @@
* any improvements or extensions that they make and grant Carnegie the
* rights to redistribute these changes.
*
* $Id$
* $Id: db_write_cmd.c,v 1.9 1997/02/22 09:28:34 peter Exp $
*/
/*
@ -32,10 +32,8 @@
*/
#include <sys/param.h>
#include <sys/systm.h>
#include <ddb/ddb.h>
#include <ddb/db_lex.h>
#include <ddb/db_access.h>
#include <ddb/db_command.h>
#include <ddb/db_sym.h>