mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
kern_thread.c: remove unneeded include of sys/param.h
(cherry picked from commit 53e0938b0b5619fa851e8550c2396bd8c440b7ae)
This commit is contained in:
parent
2f95e4a01e
commit
6bf819c910
1 changed files with 0 additions and 2 deletions
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Reference in a new issue