diff options
author | dchagin <dchagin@FreeBSD.org> | 2015-05-24 14:44:57 +0000 |
---|---|---|
committer | dchagin <dchagin@FreeBSD.org> | 2015-05-24 14:44:57 +0000 |
commit | f0dd05432c3acd2bc2c7aa109aeef26a8697bf34 (patch) | |
tree | d1a0c0cdf95824cf9de03c5b0beaa22822cdd427 /sys/amd64 | |
parent | b365a1e86ecef29a97d6bec1df16e75f1dd1fb92 (diff) | |
download | FreeBSD-src-f0dd05432c3acd2bc2c7aa109aeef26a8697bf34.zip FreeBSD-src-f0dd05432c3acd2bc2c7aa109aeef26a8697bf34.tar.gz |
Remove a now unused include.
Differential Revision: https://reviews.freebsd.org/D1035
Reviewed by: trasz
Diffstat (limited to 'sys/amd64')
-rw-r--r-- | sys/amd64/linux32/linux32_machdep.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sys/amd64/linux32/linux32_machdep.c b/sys/amd64/linux32/linux32_machdep.c index 339c898..e143587 100644 --- a/sys/amd64/linux32/linux32_machdep.c +++ b/sys/amd64/linux32/linux32_machdep.c @@ -48,7 +48,6 @@ __FBSDID("$FreeBSD$"); #include <sys/proc.h> #include <sys/resource.h> #include <sys/resourcevar.h> -#include <sys/sched.h> #include <sys/syscallsubr.h> #include <sys/sysproto.h> #include <sys/unistd.h> |