aboutsummaryrefslogtreecommitdiff
path: root/sys/ddb/db_expr.c
diff options
context:
space:
mode:
authorBruce Evans <bde@FreeBSD.org>1995-12-10 19:08:32 +0000
committerBruce Evans <bde@FreeBSD.org>1995-12-10 19:08:32 +0000
commit5ccbc3cc5aa70fee35bc061ab0e4fadcf67ad335 (patch)
tree479e31764b0f23865ff86fe3ecae7f9743276954 /sys/ddb/db_expr.c
parent454bd7b9247c29f8c119a8bf32d24ef5c857a45f (diff)
downloadsrc-5ccbc3cc5aa70fee35bc061ab0e4fadcf67ad335.tar.gz
src-5ccbc3cc5aa70fee35bc061ab0e4fadcf67ad335.zip
Reduced and cleaned up #includes.
Notes
Notes: svn path=/head/; revision=12734
Diffstat (limited to 'sys/ddb/db_expr.c')
-rw-r--r--sys/ddb/db_expr.c5
1 files changed, 2 insertions, 3 deletions
diff --git a/sys/ddb/db_expr.c b/sys/ddb/db_expr.c
index ead501ea4353..6f52d1330f4f 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: db_expr.c,v 1.7 1995/11/29 10:25:18 phk Exp $
+ * $Id: db_expr.c,v 1.8 1995/12/07 12:44:50 davidg 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_lex.h>
#include <ddb/db_access.h>