Remove requirement for queue.h by consumers by moving its inclusion

before other headers that require it.

Pointed out by: ru, bde
This commit is contained in:
alfred 2002-01-14 09:02:33 +00:00
parent 3149f2d072
commit 03877ff156

View File

@ -44,9 +44,9 @@
#ifdef _KERNEL
#include <sys/types.h>
#include <sys/queue.h>
#include <sys/_lock.h>
#include <sys/_mutex.h>
#include <sys/queue.h>
struct stat;
struct thread;