diff options
author | bde <bde@FreeBSD.org> | 1997-06-14 11:52:37 +0000 |
---|---|---|
committer | bde <bde@FreeBSD.org> | 1997-06-14 11:52:37 +0000 |
commit | 302a2f962e617a03450c714ca6b3e74e2dfd95c1 (patch) | |
tree | ba97f4e3a24b2fbd11267ea3be2ebf4a935d2a90 /sys/ddb/db_variables.c | |
parent | 551134d4e84a3e97c3805bb214738df5a81d66d6 (diff) | |
download | FreeBSD-src-302a2f962e617a03450c714ca6b3e74e2dfd95c1.zip FreeBSD-src-302a2f962e617a03450c714ca6b3e74e2dfd95c1.tar.gz |
Removed unused #includes.
Diffstat (limited to 'sys/ddb/db_variables.c')
-rw-r--r-- | sys/ddb/db_variables.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/ddb/db_variables.c b/sys/ddb/db_variables.c index 2bb58c7..0cab001 100644 --- a/sys/ddb/db_variables.c +++ b/sys/ddb/db_variables.c @@ -23,7 +23,7 @@ * any improvements or extensions that they make and grant Carnegie the * rights to redistribute these changes. * - * $Id$ + * $Id: db_variables.c,v 1.13 1997/02/22 09:28:31 peter Exp $ */ /* @@ -32,7 +32,6 @@ */ #include <sys/param.h> -#include <sys/systm.h> #include <ddb/ddb.h> #include <ddb/db_lex.h> |