diff options
| author | Bruce Evans <bde@FreeBSD.org> | 1995-12-10 19:08:32 +0000 |
|---|---|---|
| committer | Bruce Evans <bde@FreeBSD.org> | 1995-12-10 19:08:32 +0000 |
| commit | 5ccbc3cc5aa70fee35bc061ab0e4fadcf67ad335 (patch) | |
| tree | 479e31764b0f23865ff86fe3ecae7f9743276954 /sys/ddb/db_command.c | |
| parent | 454bd7b9247c29f8c119a8bf32d24ef5c857a45f (diff) | |
Notes
Diffstat (limited to 'sys/ddb/db_command.c')
| -rw-r--r-- | sys/ddb/db_command.c | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/sys/ddb/db_command.c b/sys/ddb/db_command.c index 9ad1732086f3..869bdc2fcce6 100644 --- a/sys/ddb/db_command.c +++ b/sys/ddb/db_command.c @@ -23,7 +23,7 @@ * any improvements or extensions that they make and grant Carnegie the * rights to redistribute these changes. * - * $Id: db_command.c,v 1.16 1995/11/29 10:25:14 phk Exp $ + * $Id: db_command.c,v 1.17 1995/12/07 12:44:48 davidg Exp $ */ /* @@ -36,12 +36,11 @@ */ #include <sys/param.h> #include <sys/systm.h> -#include <sys/proc.h> + #include <vm/vm.h> -#include <vm/vm_param.h> #include <vm/vm_extern.h> -#include <ddb/ddb.h> +#include <ddb/ddb.h> #include <ddb/db_command.h> #include <ddb/db_lex.h> #include <ddb/db_output.h> |
