aboutsummaryrefslogtreecommitdiff
path: root/sys/ddb/db_input.c
diff options
context:
space:
mode:
authorBruce Evans <bde@FreeBSD.org>1995-12-10 19:08:32 +0000
committerBruce Evans <bde@FreeBSD.org>1995-12-10 19:08:32 +0000
commit5ccbc3cc5aa70fee35bc061ab0e4fadcf67ad335 (patch)
tree479e31764b0f23865ff86fe3ecae7f9743276954 /sys/ddb/db_input.c
parent454bd7b9247c29f8c119a8bf32d24ef5c857a45f (diff)
Notes
Diffstat (limited to 'sys/ddb/db_input.c')
-rw-r--r--sys/ddb/db_input.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/sys/ddb/db_input.c b/sys/ddb/db_input.c
index 8d8b02571df6a..16c14679ad256 100644
--- a/sys/ddb/db_input.c
+++ b/sys/ddb/db_input.c
@@ -23,7 +23,7 @@
* any improvements or extensions that they make and grant Carnegie the
* rights to redistribute these changes.
*
- * $Id: db_input.c,v 1.10 1995/12/07 12:44:51 davidg Exp $
+ * $Id: db_input.c,v 1.11 1995/12/10 13:32:37 phk Exp $
*/
/*
@@ -33,11 +33,11 @@
#include <sys/param.h>
#include <sys/systm.h>
-#include <sys/proc.h>
-#include <vm/vm_param.h>
+
+#include <machine/cons.h>
+
#include <ddb/ddb.h>
#include <ddb/db_output.h>
-#include <machine/cons.h>
/*
* Character input and editing.