mirror of
https://github.com/opnsense/src.git
synced 2026-06-11 01:30:30 -04:00
Remove obsolete headers. Move kernel specific headers under #ifdefs
This commit is contained in:
parent
34d16c641d
commit
06b7b89f0d
1 changed files with 2 additions and 9 deletions
|
|
@ -39,20 +39,13 @@ __FBSDID("$FreeBSD$");
|
|||
#include <sys/taskqueue.h>
|
||||
#include <sys/lock.h>
|
||||
#include <sys/mutex.h>
|
||||
#endif /* _KERNEL */
|
||||
|
||||
#include <sys/devicestat.h>
|
||||
#include <sys/conf.h>
|
||||
#include <sys/devicestat.h>
|
||||
#include <sys/eventhandler.h>
|
||||
#include <sys/malloc.h>
|
||||
#include <sys/cons.h>
|
||||
|
||||
#include <machine/md_var.h>
|
||||
|
||||
#include <vm/vm.h>
|
||||
#include <vm/pmap.h>
|
||||
|
||||
#include <geom/geom_disk.h>
|
||||
#endif /* _KERNEL */
|
||||
|
||||
#ifndef _KERNEL
|
||||
#include <stdio.h>
|
||||
|
|
|
|||
Loading…
Reference in a new issue