diff options
| author | Bruce Evans <bde@FreeBSD.org> | 1997-06-14 11:52:37 +0000 |
|---|---|---|
| committer | Bruce Evans <bde@FreeBSD.org> | 1997-06-14 11:52:37 +0000 |
| commit | eac3100416b4acd8266be1abc4cf725bf578732b (patch) | |
| tree | 2ea620f7fc5daa711206a3bb6e4d8f7a247c964a /sys/ddb/db_expr.c | |
| parent | ac5fcb6d4d9217991fc356f2c74ce8a748fdbf56 (diff) | |
Notes
Diffstat (limited to 'sys/ddb/db_expr.c')
| -rw-r--r-- | sys/ddb/db_expr.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/ddb/db_expr.c b/sys/ddb/db_expr.c index 4372e71b2f24..0603d9d91857 100644 --- a/sys/ddb/db_expr.c +++ b/sys/ddb/db_expr.c @@ -23,7 +23,7 @@ * any improvements or extensions that they make and grant Carnegie the * rights to redistribute these changes. * - * $Id$ + * $Id: db_expr.c,v 1.11 1997/02/22 09:28:23 peter Exp $ */ /* @@ -31,7 +31,6 @@ * Date: 7/90 */ #include <sys/param.h> -#include <sys/systm.h> #include <ddb/ddb.h> #include <ddb/db_lex.h> |
