Removed unused #includes.
This commit is contained in:
parent
551134d4e8
commit
302a2f962e
@ -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>
|
||||
|
@ -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>
|
||||
|
@ -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>
|
||||
|
@ -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>
|
||||
|
@ -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>
|
||||
|
||||
|
@ -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>
|
||||
|
||||
|
@ -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>
|
||||
|
||||
|
@ -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>
|
||||
|
@ -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.
|
||||
|
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user