summaryrefslogtreecommitdiffstats
path: root/sys/ddb/db_watch.c
diff options
context:
space:
mode:
Diffstat (limited to 'sys/ddb/db_watch.c')
-rw-r--r--sys/ddb/db_watch.c9
1 files changed, 4 insertions, 5 deletions
diff --git a/sys/ddb/db_watch.c b/sys/ddb/db_watch.c
index 9e99c05..0ae8569 100644
--- a/sys/ddb/db_watch.c
+++ b/sys/ddb/db_watch.c
@@ -23,7 +23,7 @@
* any improvements or extensions that they make and grant Carnegie the
* rights to redistribute these changes.
*
- * $Id: db_watch.c,v 1.9 1995/12/07 12:45:05 davidg Exp $
+ * $Id: db_watch.c,v 1.10 1995/12/10 13:32:42 phk Exp $
*/
/*
@@ -33,15 +33,14 @@
#include <sys/param.h>
#include <sys/systm.h>
-#include <sys/proc.h>
+
#include <vm/vm.h>
-#include <vm/vm_param.h>
#include <vm/lock.h>
-#include <vm/vm_prot.h>
#include <vm/pmap.h>
#include <vm/vm_map.h>
-#include <ddb/ddb.h>
+#include <vm/vm_prot.h>
+#include <ddb/ddb.h>
#include <ddb/db_lex.h>
#include <ddb/db_watch.h>
#include <ddb/db_access.h>
OpenPOWER on IntegriCloud