summaryrefslogtreecommitdiffstats
path: root/sys/ddb/db_write_cmd.c
diff options
context:
space:
mode:
authorbde <bde@FreeBSD.org>1997-06-14 11:52:37 +0000
committerbde <bde@FreeBSD.org>1997-06-14 11:52:37 +0000
commit302a2f962e617a03450c714ca6b3e74e2dfd95c1 (patch)
treeba97f4e3a24b2fbd11267ea3be2ebf4a935d2a90 /sys/ddb/db_write_cmd.c
parent551134d4e84a3e97c3805bb214738df5a81d66d6 (diff)
downloadFreeBSD-src-302a2f962e617a03450c714ca6b3e74e2dfd95c1.zip
FreeBSD-src-302a2f962e617a03450c714ca6b3e74e2dfd95c1.tar.gz
Removed unused #includes.
Diffstat (limited to 'sys/ddb/db_write_cmd.c')
-rw-r--r--sys/ddb/db_write_cmd.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/sys/ddb/db_write_cmd.c b/sys/ddb/db_write_cmd.c
index 0900066..9881234 100644
--- a/sys/ddb/db_write_cmd.c
+++ b/sys/ddb/db_write_cmd.c
@@ -23,7 +23,7 @@
* any improvements or extensions that they make and grant Carnegie the
* rights to redistribute these changes.
*
- * $Id$
+ * $Id: db_write_cmd.c,v 1.9 1997/02/22 09:28:34 peter Exp $
*/
/*
@@ -32,10 +32,8 @@
*/
#include <sys/param.h>
-#include <sys/systm.h>
#include <ddb/ddb.h>
-#include <ddb/db_lex.h>
#include <ddb/db_access.h>
#include <ddb/db_command.h>
#include <ddb/db_sym.h>
OpenPOWER on IntegriCloud