It appears that we don't need sys/vnode.h, which is a layering violation...

This commit is contained in:
imp 2004-01-02 05:16:01 +00:00
parent e9297c76f3
commit 785484ac54
4 changed files with 0 additions and 4 deletions

View File

@ -79,7 +79,6 @@ __FBSDID("$FreeBSD$");
#include <sys/select.h>
#endif
#include <sys/proc.h>
#include <sys/vnode.h>
#include <sys/poll.h>
#include <sys/sysctl.h>

View File

@ -88,7 +88,6 @@ __FBSDID("$FreeBSD$");
#include <sys/select.h>
#endif
#include <sys/proc.h>
#include <sys/vnode.h>
#include <sys/poll.h>
#include <sys/sysctl.h>

View File

@ -55,7 +55,6 @@ __FBSDID("$FreeBSD$");
#else
#include <sys/select.h>
#endif
#include <sys/vnode.h>
#include <sys/poll.h>
#include <sys/sysctl.h>

View File

@ -59,7 +59,6 @@ __FBSDID("$FreeBSD$");
#include <sys/device.h>
#endif
#include <sys/proc.h>
#include <sys/vnode.h>
#include <sys/poll.h>
#include <sys/sysctl.h>