diff options
Diffstat (limited to 'sys/ddb/db_input.c')
-rw-r--r-- | sys/ddb/db_input.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/ddb/db_input.c b/sys/ddb/db_input.c index 453052a..857afd6 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.21 1997/11/09 06:30:29 msmith Exp $ + * $Id: db_input.c,v 1.22 1997/11/20 16:53:23 bde Exp $ */ /* @@ -32,7 +32,6 @@ */ #include <sys/param.h> -#include <sys/malloc.h> #include <sys/systm.h> #include <machine/cons.h> |