Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/arch Remove unused <sys/tree.h>.



details:   https://anonhg.NetBSD.org/src/rev/80c70913dbe7
branches:  trunk
changeset: 346924:80c70913dbe7
user:      dholland <dholland%NetBSD.org@localhost>
date:      Sun Aug 07 01:01:59 2016 +0000

description:
Remove unused <sys/tree.h>.

diffstat:

 sys/arch/amd64/include/vmparam.h |  3 +--
 sys/arch/i386/include/vmparam.h  |  3 +--
 2 files changed, 2 insertions(+), 4 deletions(-)

diffs (34 lines):

diff -r 740e10e2d020 -r 80c70913dbe7 sys/arch/amd64/include/vmparam.h
--- a/sys/arch/amd64/include/vmparam.h  Sun Aug 07 00:56:02 2016 +0000
+++ b/sys/arch/amd64/include/vmparam.h  Sun Aug 07 01:01:59 2016 +0000
@@ -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"
diff -r 740e10e2d020 -r 80c70913dbe7 sys/arch/i386/include/vmparam.h
--- a/sys/arch/i386/include/vmparam.h   Sun Aug 07 00:56:02 2016 +0000
+++ b/sys/arch/i386/include/vmparam.h   Sun Aug 07 01:01:59 2016 +0000
@@ -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>
 
 /*



Home | Main Index | Thread Index | Old Index