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
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=112931
2 changed files with 4 additions and 2 deletions

View file

@ -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 {
};

View file

@ -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 {
};