diff options
author | bde <bde@FreeBSD.org> | 1995-12-10 19:08:32 +0000 |
---|---|---|
committer | bde <bde@FreeBSD.org> | 1995-12-10 19:08:32 +0000 |
commit | 0cb993b9a2ea196cb34114fa05b0748ee1327074 (patch) | |
tree | 479e31764b0f23865ff86fe3ecae7f9743276954 /sys/ddb/db_sym.c | |
parent | cfdacc16eafdd7314befad2621af41af04f0f8b1 (diff) | |
download | FreeBSD-src-0cb993b9a2ea196cb34114fa05b0748ee1327074.zip FreeBSD-src-0cb993b9a2ea196cb34114fa05b0748ee1327074.tar.gz |
Reduced and cleaned up #includes.
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 a894a55..32975db 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> |