aboutsummaryrefslogtreecommitdiff
path: root/sys
diff options
context:
space:
mode:
authorBrooks Davis <brooks@FreeBSD.org>2021-11-22 22:36:56 +0000
committerBrooks Davis <brooks@FreeBSD.org>2021-11-22 22:36:56 +0000
commit97fdcfcaf7990edbfb7f8048403005189d4a7cb5 (patch)
tree5c9dcf089e86610a6fc83ba4c0e2b8d0ae4347b4 /sys
parentbcd07aaa4ebd3fe8c6d9bed5db7bc6b7df952f60 (diff)
downloadsrc-97fdcfcaf7990edbfb7f8048403005189d4a7cb5.tar.gz
src-97fdcfcaf7990edbfb7f8048403005189d4a7cb5.zip
freebsd32: remove unnecessicary headers
Reviewed by: kib
Diffstat (limited to 'sys')
-rw-r--r--sys/compat/freebsd32/freebsd32_sysent.c3
-rw-r--r--sys/compat/freebsd32/syscalls.master3
2 files changed, 0 insertions, 6 deletions
diff --git a/sys/compat/freebsd32/freebsd32_sysent.c b/sys/compat/freebsd32/freebsd32_sysent.c
index 7c355814e563..3143cccbb3f5 100644
--- a/sys/compat/freebsd32/freebsd32_sysent.c
+++ b/sys/compat/freebsd32/freebsd32_sysent.c
@@ -8,9 +8,6 @@
#include <sys/param.h>
#include <sys/sysent.h>
#include <sys/sysproto.h>
-#include <sys/mount.h>
-#include <sys/socket.h>
-#include <compat/freebsd32/freebsd32.h>
#include <compat/freebsd32/freebsd32_proto.h>
#define AS(name) (sizeof(struct name) / sizeof(register_t))
diff --git a/sys/compat/freebsd32/syscalls.master b/sys/compat/freebsd32/syscalls.master
index 4fd7b2235d99..96708924c394 100644
--- a/sys/compat/freebsd32/syscalls.master
+++ b/sys/compat/freebsd32/syscalls.master
@@ -50,9 +50,6 @@
#include <sys/param.h>
#include <sys/sysent.h>
#include <sys/sysproto.h>
-#include <sys/mount.h>
-#include <sys/socket.h>
-#include <compat/freebsd32/freebsd32.h>
#include <compat/freebsd32/freebsd32_proto.h>
#if !defined(PAD64_REQUIRED) && !defined(__amd64__)