<sys/sysctl.h> doesn't need to be after <uvm/uvm_extern.h> anymore, put
it with the other <sys/_foo_.h> include files.
This commit is contained in:
parent
b7eb0e9a18
commit
b9f67baecf
|
@ -1,4 +1,4 @@
|
|||
/* $NetBSD: machdep.c,v 1.13 2001/09/10 21:19:41 chris Exp $ */
|
||||
/* $NetBSD: machdep.c,v 1.14 2001/11/22 03:08:01 simonb Exp $ */
|
||||
|
||||
/*-
|
||||
* Copyright (c) 2001 The NetBSD Foundation, Inc.
|
||||
|
@ -98,14 +98,13 @@
|
|||
#include <sys/kcore.h>
|
||||
#include <sys/boot_flag.h>
|
||||
#include <sys/termios.h>
|
||||
#include <sys/sysctl.h>
|
||||
|
||||
#include <net/if.h>
|
||||
#include <net/if_ether.h>
|
||||
|
||||
#include <uvm/uvm_extern.h>
|
||||
|
||||
#include <sys/sysctl.h>
|
||||
|
||||
#include <dev/cons.h>
|
||||
|
||||
#ifdef DDB
|
||||
|
|
Loading…
Reference in New Issue