Module Name:    src
Committed By:   dholland
Date:           Sun Aug  7 01:02:00 UTC 2016

Modified Files:
        src/sys/arch/amd64/include: vmparam.h
        src/sys/arch/i386/include: vmparam.h

Log Message:
Remove unused <sys/tree.h>.


To generate a diff of this commit:
cvs rdiff -u -r1.36 -r1.37 src/sys/arch/amd64/include/vmparam.h
cvs rdiff -u -r1.81 -r1.82 src/sys/arch/i386/include/vmparam.h

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/sys/arch/amd64/include/vmparam.h
diff -u src/sys/arch/amd64/include/vmparam.h:1.36 src/sys/arch/amd64/include/vmparam.h:1.37
--- src/sys/arch/amd64/include/vmparam.h:1.36	Thu Jul 24 13:42:28 2014
+++ src/sys/arch/amd64/include/vmparam.h	Sun Aug  7 01:01:59 2016
@@ -1,4 +1,4 @@
-/*	$NetBSD: vmparam.h,v 1.36 2014/07/24 13:42:28 riastradh Exp $	*/
+/*	$NetBSD: vmparam.h,v 1.37 2016/08/07 01:01:59 dholland Exp $	*/
 
 /*-
  * Copyright (c) 1990 The Regents of the University of California.
@@ -39,7 +39,6 @@
 
 #ifdef __x86_64__
 
-#include <sys/tree.h>
 #include <sys/mutex.h>
 #ifdef _KERNEL_OPT
 #include "opt_xen.h"

Index: src/sys/arch/i386/include/vmparam.h
diff -u src/sys/arch/i386/include/vmparam.h:1.81 src/sys/arch/i386/include/vmparam.h:1.82
--- src/sys/arch/i386/include/vmparam.h:1.81	Thu Jul 24 13:42:28 2014
+++ src/sys/arch/i386/include/vmparam.h	Sun Aug  7 01:02:00 2016
@@ -1,4 +1,4 @@
-/*	$NetBSD: vmparam.h,v 1.81 2014/07/24 13:42:28 riastradh Exp $	*/
+/*	$NetBSD: vmparam.h,v 1.82 2016/08/07 01:02:00 dholland Exp $	*/
 
 /*-
  * Copyright (c) 1990 The Regents of the University of California.
@@ -37,7 +37,6 @@
 #ifndef _I386_VMPARAM_H_
 #define _I386_VMPARAM_H_
 
-#include <sys/tree.h>
 #include <sys/mutex.h>
 
 /*

Reply via email to