From bf20c7a3f262195e132db53f3799dcd69857b182 Mon Sep 17 00:00:00 2001 From: Maxime Henrion Date: Tue, 13 Aug 2002 16:20:12 +0000 Subject: [PATCH] Forward define struct iovec instead of including sys/uio.h and polluting the namespace even more. --- sys/sys/mount.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys/sys/mount.h b/sys/sys/mount.h index 52b98550920..14a1e64435e 100644 --- a/sys/sys/mount.h +++ b/sys/sys/mount.h @@ -46,12 +46,12 @@ #include #include #include -#include #ifdef _KERNEL #include #include #endif +struct iovec; struct netcred; struct netexport;