git: 81e7a8005521 - main - linux(4): Cleanup unneeded includes from linux_util.h
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 14 Feb 2023 14:47:11 UTC
The branch main has been updated by dchagin:
URL: https://cgit.FreeBSD.org/src/commit/?id=81e7a800552196a65c9c8b3fef82c2ef6c8058ff
commit 81e7a800552196a65c9c8b3fef82c2ef6c8058ff
Author: Dmitry Chagin <dchagin@FreeBSD.org>
AuthorDate: 2023-02-14 14:46:30 +0000
Commit: Dmitry Chagin <dchagin@FreeBSD.org>
CommitDate: 2023-02-14 14:46:30 +0000
linux(4): Cleanup unneeded includes from linux_util.h
MFC after: 2 weeks
---
sys/compat/linux/linux_util.h | 4 ----
1 file changed, 4 deletions(-)
diff --git a/sys/compat/linux/linux_util.h b/sys/compat/linux/linux_util.h
index 6f7b55be8123..b12b3034ab49 100644
--- a/sys/compat/linux/linux_util.h
+++ b/sys/compat/linux/linux_util.h
@@ -38,11 +38,7 @@
#include <vm/vm.h>
#include <vm/vm_param.h>
-#include <vm/pmap.h>
-#include <sys/exec.h>
#include <sys/sysent.h>
-#include <sys/syslog.h>
-#include <sys/cdefs.h>
#include <sys/uio.h>
MALLOC_DECLARE(M_LINUX);