From f3d5d34b459fcd295a618227c37e2bacae1cdf67 Mon Sep 17 00:00:00 2001 From: Bruce Evans Date: Wed, 12 Jan 2000 09:16:13 +0000 Subject: [PATCH] Unremoved used include of (don't depend on pollution in . --- sbin/mount_nwfs/mount_nwfs.c | 2 +- usr.sbin/mount_nwfs/mount_nwfs.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/sbin/mount_nwfs/mount_nwfs.c b/sbin/mount_nwfs/mount_nwfs.c index 006f90e70030..a6db58df552f 100644 --- a/sbin/mount_nwfs/mount_nwfs.c +++ b/sbin/mount_nwfs/mount_nwfs.c @@ -32,6 +32,7 @@ * $FreeBSD$ */ #include +#include #include #include @@ -47,7 +48,6 @@ #include #include -#include #include #include "mntopts.h" diff --git a/usr.sbin/mount_nwfs/mount_nwfs.c b/usr.sbin/mount_nwfs/mount_nwfs.c index 006f90e70030..a6db58df552f 100644 --- a/usr.sbin/mount_nwfs/mount_nwfs.c +++ b/usr.sbin/mount_nwfs/mount_nwfs.c @@ -32,6 +32,7 @@ * $FreeBSD$ */ #include +#include #include #include @@ -47,7 +48,6 @@ #include #include -#include #include #include "mntopts.h"