diff options
author | netchild <netchild@FreeBSD.org> | 2006-08-19 15:13:01 +0000 |
---|---|---|
committer | netchild <netchild@FreeBSD.org> | 2006-08-19 15:13:01 +0000 |
commit | 81450589e79d44c5c1a2df63fc63be5e498b2213 (patch) | |
tree | 568e6a8dcbc04508943ed2321937f7407a09eb1e /sys/amd64 | |
parent | 57842c97d3e7cf35e68973f3740a71b622383802 (diff) | |
download | FreeBSD-src-81450589e79d44c5c1a2df63fc63be5e498b2213.zip FreeBSD-src-81450589e79d44c5c1a2df63fc63be5e498b2213.tar.gz |
Get rid of some nested includes.
Sponsored by: Google SoC 2006
Submitted by: rdivacky
Noticed by: jhb
Diffstat (limited to 'sys/amd64')
-rw-r--r-- | sys/amd64/linux32/linux.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/sys/amd64/linux32/linux.h b/sys/amd64/linux32/linux.h index 3cc3f5b..0e7a09f 100644 --- a/sys/amd64/linux32/linux.h +++ b/sys/amd64/linux32/linux.h @@ -34,10 +34,6 @@ #define _AMD64_LINUX_LINUX_H_ #include <sys/signal.h> /* for sigval union */ -#include <sys/param.h> -#include <sys/lock.h> -#include <sys/mutex.h> -#include <sys/sx.h> #include <amd64/linux32/linux32_syscall.h> |