#include "opt_bla.h" goes first says Bruce.

This commit is contained in:
Poul-Henning Kamp 2002-09-09 08:44:52 +00:00
parent f367e2f24c
commit a0c422db00
2 changed files with 4 additions and 4 deletions

View File

@ -27,6 +27,8 @@
*
*/
#include "opt_cpu.h"
#include <sys/param.h>
#include <sys/systm.h>
#include <sys/bus.h>
@ -45,8 +47,6 @@
#include <machine/pc/bios.h>
#include <machine/md_var.h>
#include "opt_cpu.h"
#include "pcib_if.h"
static int pcibios_pcib_route_interrupt(device_t pcib, device_t dev,

View File

@ -27,6 +27,8 @@
*
*/
#include "opt_cpu.h"
#include <sys/param.h>
#include <sys/systm.h>
#include <sys/bus.h>
@ -45,8 +47,6 @@
#include <machine/pc/bios.h>
#include <machine/md_var.h>
#include "opt_cpu.h"
#include "pcib_if.h"
static int pcibios_pcib_route_interrupt(device_t pcib, device_t dev,