diff options
author | rwatson <rwatson@FreeBSD.org> | 2004-10-21 11:22:07 +0000 |
---|---|---|
committer | rwatson <rwatson@FreeBSD.org> | 2004-10-21 11:22:07 +0000 |
commit | 3612fd4a664b6ba34a6f66fee574cf995f9151be (patch) | |
tree | 26768d27dc1debcbffde788bc16ad4491dfd4e02 /usr.sbin/ugidfw | |
parent | b59317a71159f5f438f25bec1722c7c432d5d79a (diff) | |
download | FreeBSD-src-3612fd4a664b6ba34a6f66fee574cf995f9151be.zip FreeBSD-src-3612fd4a664b6ba34a6f66fee574cf995f9151be.tar.gz |
Remove unnecessary include of vnode.h.
Requested by: phk
Diffstat (limited to 'usr.sbin/ugidfw')
-rw-r--r-- | usr.sbin/ugidfw/ugidfw.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/usr.sbin/ugidfw/ugidfw.c b/usr.sbin/ugidfw/ugidfw.c index 87ed035..c1dedbc 100644 --- a/usr.sbin/ugidfw/ugidfw.c +++ b/usr.sbin/ugidfw/ugidfw.c @@ -34,7 +34,6 @@ #include <sys/errno.h> #include <sys/time.h> #include <sys/sysctl.h> -#include <sys/vnode.h> #include <security/mac_bsdextended/mac_bsdextended.h> |