mirror of
https://git.hardenedbsd.org/hardenedbsd/HardenedBSD.git
synced 2024-11-22 11:14:18 +01:00
linux(4): Cleanup includes under x86/linux
Cleanup unneeded includes, sort the rest according to style(9). No functional changes. MFC after: 2 weeks
This commit is contained in:
parent
2456a45929
commit
496a9a4f60
@ -30,9 +30,8 @@ __FBSDID("$FreeBSD$");
|
||||
|
||||
#include <sys/param.h>
|
||||
#include <sys/kernel.h>
|
||||
#include <sys/sdt.h>
|
||||
#include <sys/systm.h>
|
||||
#include <sys/proc.h>
|
||||
#include <sys/sdt.h>
|
||||
|
||||
#ifdef COMPAT_LINUX32
|
||||
#include <machine/../linux32/linux.h>
|
||||
|
Loading…
Reference in New Issue
Block a user