aboutsummaryrefslogtreecommitdiff
path: root/sys/ddb/db_run.c
diff options
context:
space:
mode:
authorBruce Evans <bde@FreeBSD.org>1997-06-14 11:52:37 +0000
committerBruce Evans <bde@FreeBSD.org>1997-06-14 11:52:37 +0000
commiteac3100416b4acd8266be1abc4cf725bf578732b (patch)
tree2ea620f7fc5daa711206a3bb6e4d8f7a247c964a /sys/ddb/db_run.c
parentac5fcb6d4d9217991fc356f2c74ce8a748fdbf56 (diff)
downloadsrc-eac3100416b4acd8266be1abc4cf725bf578732b.tar.gz
src-eac3100416b4acd8266be1abc4cf725bf578732b.zip
Removed unused #includes.
Notes
Notes: svn path=/head/; revision=26639
Diffstat (limited to 'sys/ddb/db_run.c')
-rw-r--r--sys/ddb/db_run.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/sys/ddb/db_run.c b/sys/ddb/db_run.c
index dfd4f1265f27..598a117c3c95 100644
--- a/sys/ddb/db_run.c
+++ b/sys/ddb/db_run.c
@@ -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>