kern_thread.c: remove unneeded include of sys/param.h

Handled by sys/systm.h already.

Reviewed by:	markj
Sponsored by:	The FreeBSD Foundation
MFC after:	1 week
Differential revision:	https://reviews.freebsd.org/D44867
This commit is contained in:
Konstantin Belousov 2024-04-19 17:46:08 +03:00
parent fcdf9a1989
commit 53e0938b0b

View file

@ -31,7 +31,6 @@
#include "opt_witness.h"
#include "opt_hwpmc_hooks.h"
#include <sys/param.h>
#include <sys/systm.h>
#include <sys/asan.h>
#include <sys/kernel.h>