1
0
mirror of https://git.FreeBSD.org/src.git synced 2025-01-01 12:19:28 +00:00

Don't include vnode.h

This commit is contained in:
Poul-Henning Kamp 2004-12-22 17:31:10 +00:00
parent 1ef0fc1d09
commit ba7cd7b68a
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=139196

View File

@ -57,7 +57,6 @@
#include <sys/reboot.h> /* for bootverbose */
#include <sys/select.h>
#include <sys/proc.h>
#include <sys/vnode.h>
#if defined(__NetBSD__) || defined(__OpenBSD__)
#include <sys/device.h>
#elif defined(__FreeBSD__)