From 50be28153cefe37007cd8c9c8f0917f9103f3236 Mon Sep 17 00:00:00 2001 From: hannken Date: Tue, 18 Nov 1997 12:40:31 +0000 Subject: [PATCH] Change order of include files. See PR #4532. --- sys/arch/sun3/sun3x/machdep.c | 5 +++-- sys/arch/sun3x/sun3x/machdep.c | 5 +++-- 2 files changed, 6 insertions(+), 4 deletions(-) diff --git a/sys/arch/sun3/sun3x/machdep.c b/sys/arch/sun3/sun3x/machdep.c index 2bc8a0b681ee..93026064c179 100644 --- a/sys/arch/sun3/sun3x/machdep.c +++ b/sys/arch/sun3/sun3x/machdep.c @@ -1,4 +1,4 @@ -/* $NetBSD: machdep.c,v 1.25 1997/10/05 20:43:40 gwr Exp $ */ +/* $NetBSD: machdep.c,v 1.26 1997/11/18 12:40:31 hannken Exp $ */ /* * Copyright (c) 1988 University of Utah. @@ -63,7 +63,6 @@ #include #include #include -#include #include #ifdef SYSVMSG #include @@ -83,6 +82,8 @@ #include #include +#include + #include #include diff --git a/sys/arch/sun3x/sun3x/machdep.c b/sys/arch/sun3x/sun3x/machdep.c index 2bc8a0b681ee..93026064c179 100644 --- a/sys/arch/sun3x/sun3x/machdep.c +++ b/sys/arch/sun3x/sun3x/machdep.c @@ -1,4 +1,4 @@ -/* $NetBSD: machdep.c,v 1.25 1997/10/05 20:43:40 gwr Exp $ */ +/* $NetBSD: machdep.c,v 1.26 1997/11/18 12:40:31 hannken Exp $ */ /* * Copyright (c) 1988 University of Utah. @@ -63,7 +63,6 @@ #include #include #include -#include #include #ifdef SYSVMSG #include @@ -83,6 +82,8 @@ #include #include +#include + #include #include