mirror of
https://github.com/opnsense/src.git
synced 2026-05-19 16:35:42 -04:00
Remove some unnecessary includes
This commit is contained in:
parent
9b8de76beb
commit
5ff24e4eb4
1 changed files with 0 additions and 7 deletions
|
|
@ -35,13 +35,8 @@ __FBSDID("$FreeBSD$");
|
|||
#include <sys/module.h>
|
||||
#include <sys/malloc.h>
|
||||
#include <sys/rman.h>
|
||||
#include <sys/timeet.h>
|
||||
#include <sys/timetc.h>
|
||||
#include <sys/watchdog.h>
|
||||
#include <sys/fbio.h>
|
||||
#include <sys/consio.h>
|
||||
#include <sys/eventhandler.h>
|
||||
#include <sys/gpio.h>
|
||||
|
||||
#include <vm/vm.h>
|
||||
#include <vm/pmap.h>
|
||||
|
|
@ -59,8 +54,6 @@ __FBSDID("$FreeBSD$");
|
|||
|
||||
#include <powerpc/mpc85xx/mpc85xx.h>
|
||||
|
||||
#include "gpio_if.h"
|
||||
|
||||
#include <machine/bus.h>
|
||||
#include <machine/cpu.h>
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue