From dc5552e5f938acbd41381581edcff2aa340e85cb Mon Sep 17 00:00:00 2001 From: peter Date: Thu, 3 Jun 2004 20:21:30 +0000 Subject: [PATCH] Move module.h include to the same place as on i386 for diff reduction. --- sys/amd64/isa/clock.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys/amd64/isa/clock.c b/sys/amd64/isa/clock.c index 99a0f567db5..cfcf0d38d0a 100644 --- a/sys/amd64/isa/clock.c +++ b/sys/amd64/isa/clock.c @@ -53,13 +53,13 @@ __FBSDID("$FreeBSD$"); #include #include #include -#include #include #include #include #include #include #include +#include #include #include #include -- 2.45.2