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

(cherry picked from commit 53e0938b0b5619fa851e8550c2396bd8c440b7ae)
This commit is contained in:
Konstantin Belousov 2024-04-19 17:46:08 +03:00
parent 2f95e4a01e
commit 6bf819c910

View file

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