Module Name: src
Committed By: martin
Date: Sat Aug 6 21:13:30 UTC 2016
Modified Files:
src/sys/arch/ia64/include: vmparam.h
Log Message:
Remove unused include of sys/tree.h
To generate a diff of this commit:
cvs rdiff -u -r1.8 -r1.9 src/sys/arch/ia64/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/ia64/include/vmparam.h
diff -u src/sys/arch/ia64/include/vmparam.h:1.8 src/sys/arch/ia64/include/vmparam.h:1.9
--- src/sys/arch/ia64/include/vmparam.h:1.8 Fri Aug 5 17:04:16 2016
+++ src/sys/arch/ia64/include/vmparam.h Sat Aug 6 21:13:30 2016
@@ -1,4 +1,4 @@
-/* $NetBSD: vmparam.h,v 1.8 2016/08/05 17:04:16 scole Exp $ */
+/* $NetBSD: vmparam.h,v 1.9 2016/08/06 21:13:30 martin Exp $ */
/*-
* Copyright (c) 1990 The Regents of the University of California.
@@ -37,8 +37,6 @@
#ifndef _VMPARAM_H_
#define _VMPARAM_H_
-#include <sys/tree.h>
-
#define USRSTACK VM_MAX_ADDRESS /* XXX: Revisit vm address space. */
/*