From 4f7b6a360b8f7eb6e8b1e28dfed4e465975a5ded Mon Sep 17 00:00:00 2001 From: marius Date: Sun, 20 May 2007 09:31:31 +0000 Subject: [PATCH] Remove superfluous inclusion of machine/ver.h. --- sys/sun4v/sun4v/machdep.c | 1 - sys/sun4v/sun4v/nexus.c | 1 - sys/sun4v/sun4v/tick.c | 1 - sys/sun4v/sun4v/vnex.c | 1 - 4 files changed, 4 deletions(-) diff --git a/sys/sun4v/sun4v/machdep.c b/sys/sun4v/sun4v/machdep.c index 12e38608409..44fae0d479b 100644 --- a/sys/sun4v/sun4v/machdep.c +++ b/sys/sun4v/sun4v/machdep.c @@ -107,7 +107,6 @@ __FBSDID("$FreeBSD$"); #include #include #include -#include #include /* XXX move this to a header */ diff --git a/sys/sun4v/sun4v/nexus.c b/sys/sun4v/sun4v/nexus.c index e100f82b42f..def050b8d2d 100644 --- a/sys/sun4v/sun4v/nexus.c +++ b/sys/sun4v/sun4v/nexus.c @@ -52,7 +52,6 @@ __FBSDID("$FreeBSD$"); #include #include #include -#include #include #include diff --git a/sys/sun4v/sun4v/tick.c b/sys/sun4v/sun4v/tick.c index 4d9189942bb..1a9672ea879 100644 --- a/sys/sun4v/sun4v/tick.c +++ b/sys/sun4v/sun4v/tick.c @@ -41,7 +41,6 @@ __FBSDID("$FreeBSD$"); #include #include #include -#include #ifdef DEBUG #include diff --git a/sys/sun4v/sun4v/vnex.c b/sys/sun4v/sun4v/vnex.c index 5a36e64afd1..a35999a59f6 100644 --- a/sys/sun4v/sun4v/vnex.c +++ b/sys/sun4v/sun4v/vnex.c @@ -48,7 +48,6 @@ __FBSDID("$FreeBSD$"); #include #include #include -#include #include #include -- 2.45.0