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_sym.c | |
| parent | 454bd7b9247c29f8c119a8bf32d24ef5c857a45f (diff) | |
Notes
Diffstat (limited to 'sys/ddb/db_sym.c')
| -rw-r--r-- | sys/ddb/db_sym.c | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/sys/ddb/db_sym.c b/sys/ddb/db_sym.c index a894a5581f048..32975db5ccbe7 100644 --- a/sys/ddb/db_sym.c +++ b/sys/ddb/db_sym.c @@ -23,7 +23,7 @@ * any improvements or extensions that they make and grant Carnegie the * rights to redistribute these changes. * - * $Id: db_sym.c,v 1.12 1995/12/07 12:44:58 davidg Exp $ + * $Id: db_sym.c,v 1.13 1995/12/10 13:32:41 phk Exp $ */ /* @@ -32,8 +32,7 @@ */ #include <sys/param.h> #include <sys/systm.h> -#include <sys/proc.h> -#include <vm/vm_param.h> + #include <ddb/ddb.h> #include <ddb/db_sym.h> |
