kern/kern_descrip.c: remove unneeded headers

(cherry picked from commit 6eb7cba469d7cf1beccfb18679d1e0bd4a468341)
This commit is contained in:
Konstantin Belousov 2025-03-18 03:50:01 +02:00
parent 4e923ed15e
commit 4b3d44f3b4

View file

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