<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:
simonb 2001-11-22 03:08:01 +00:00
parent b7eb0e9a18
commit b9f67baecf
1 changed files with 2 additions and 3 deletions

View File

@ -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