Don't include <sys/buf.h> needlessly.

This commit is contained in:
Poul-Henning Kamp 2003-04-01 09:02:58 +00:00
parent 6f46bf604d
commit 09bf42f50f
2 changed files with 4 additions and 2 deletions
sys
compat/netbsd
i386/include

@ -32,9 +32,10 @@
*/
#ifndef _I386_PHYSIO_PROC_H_
#define _I386_PHYSIO_PROC_H_
#include <sys/buf.h>
#include <sys/queue.h>
struct buf;
struct physio_proc {
};

@ -32,9 +32,10 @@
*/
#ifndef _I386_PHYSIO_PROC_H_
#define _I386_PHYSIO_PROC_H_
#include <sys/buf.h>
#include <sys/queue.h>
struct buf;
struct physio_proc {
};