summaryrefslogtreecommitdiffstats
path: root/sys/ddb/db_trap.c
diff options
context:
space:
mode:
authorbde <bde@FreeBSD.org>1997-06-14 11:52:37 +0000
committerbde <bde@FreeBSD.org>1997-06-14 11:52:37 +0000
commit302a2f962e617a03450c714ca6b3e74e2dfd95c1 (patch)
treeba97f4e3a24b2fbd11267ea3be2ebf4a935d2a90 /sys/ddb/db_trap.c
parent551134d4e84a3e97c3805bb214738df5a81d66d6 (diff)
downloadFreeBSD-src-302a2f962e617a03450c714ca6b3e74e2dfd95c1.zip
FreeBSD-src-302a2f962e617a03450c714ca6b3e74e2dfd95c1.tar.gz
Removed unused #includes.
Diffstat (limited to 'sys/ddb/db_trap.c')
-rw-r--r--sys/ddb/db_trap.c6
1 files changed, 1 insertions, 5 deletions
diff --git a/sys/ddb/db_trap.c b/sys/ddb/db_trap.c
index 5a9317c..f4da0f8 100644
--- a/sys/ddb/db_trap.c
+++ b/sys/ddb/db_trap.c
@@ -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>
OpenPOWER on IntegriCloud