mirror of
https://github.com/opnsense/src.git
synced 2026-02-18 18:20:26 -05:00
kern/kern_descrip.c: remove unneeded headers
(cherry picked from commit 6eb7cba469d7cf1beccfb18679d1e0bd4a468341)
This commit is contained in:
parent
4e923ed15e
commit
4b3d44f3b4
1 changed files with 0 additions and 3 deletions
|
|
@ -36,14 +36,11 @@
|
|||
* @(#)kern_descrip.c 8.6 (Berkeley) 4/19/94
|
||||
*/
|
||||
|
||||
#include <sys/cdefs.h>
|
||||
#include "opt_capsicum.h"
|
||||
#include "opt_ddb.h"
|
||||
#include "opt_ktrace.h"
|
||||
|
||||
#include <sys/param.h>
|
||||
#include <sys/systm.h>
|
||||
|
||||
#include <sys/capsicum.h>
|
||||
#include <sys/conf.h>
|
||||
#include <sys/fcntl.h>
|
||||
|
|
|
|||
Loading…
Reference in a new issue