Change order of include files. See PR #4532.

This commit is contained in:
hannken 1997-11-18 12:40:31 +00:00
parent e0746c57db
commit 50be28153c
2 changed files with 6 additions and 4 deletions

View File

@ -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 <sys/core.h>
#include <sys/kcore.h>
#include <sys/vnode.h>
#include <sys/sysctl.h>
#include <sys/syscallargs.h>
#ifdef SYSVMSG
#include <sys/msg.h>
@ -83,6 +82,8 @@
#include <vm/vm_kern.h>
#include <vm/vm_page.h>
#include <sys/sysctl.h>
#include <dev/cons.h>
#include <machine/cpu.h>

View File

@ -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 <sys/core.h>
#include <sys/kcore.h>
#include <sys/vnode.h>
#include <sys/sysctl.h>
#include <sys/syscallargs.h>
#ifdef SYSVMSG
#include <sys/msg.h>
@ -83,6 +82,8 @@
#include <vm/vm_kern.h>
#include <vm/vm_page.h>
#include <sys/sysctl.h>
#include <dev/cons.h>
#include <machine/cpu.h>