diff options
author | jhb <jhb@FreeBSD.org> | 2011-04-28 17:59:33 +0000 |
---|---|---|
committer | jhb <jhb@FreeBSD.org> | 2011-04-28 17:59:33 +0000 |
commit | fde85246e9ae4f83e08107070d71a75dd2b3e27c (patch) | |
tree | 51606d6bcb7307028175932e33a01b978f5f735a /sys/ddb/db_ps.c | |
parent | 6bf8d645b99d4f86361f730f5e7edd10f408c5aa (diff) | |
download | FreeBSD-src-fde85246e9ae4f83e08107070d71a75dd2b3e27c.zip FreeBSD-src-fde85246e9ae4f83e08107070d71a75dd2b3e27c.tar.gz |
Trim some additional unnecessary <linker_set.h> includes.
MFC after: 1 week
Diffstat (limited to 'sys/ddb/db_ps.c')
-rw-r--r-- | sys/ddb/db_ps.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sys/ddb/db_ps.c b/sys/ddb/db_ps.c index 2261721..0c45183 100644 --- a/sys/ddb/db_ps.c +++ b/sys/ddb/db_ps.c @@ -34,7 +34,6 @@ __FBSDID("$FreeBSD$"); #include <sys/cons.h> #include <sys/jail.h> #include <sys/kdb.h> -#include <sys/linker_set.h> #include <sys/proc.h> #include <sys/sysent.h> #include <sys/systm.h> |