mirror of
https://git.FreeBSD.org/src.git
synced 2024-11-24 07:40:52 +00:00
Unremoved used include of <sys/stat.h> (don't depend on pollution in
<sys/mount.h). Broken in: previous commit. Removed unused include of <nwfs/nwfs.h>.
This commit is contained in:
parent
c144d68c9f
commit
f3d5d34b45
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=55836
@ -32,6 +32,7 @@
|
||||
* $FreeBSD$
|
||||
*/
|
||||
#include <sys/param.h>
|
||||
#include <sys/stat.h>
|
||||
#include <sys/errno.h>
|
||||
#include <sys/mount.h>
|
||||
|
||||
@ -47,7 +48,6 @@
|
||||
|
||||
#include <netncp/ncp_lib.h>
|
||||
#include <netncp/ncp_rcfile.h>
|
||||
#include <nwfs/nwfs.h>
|
||||
#include <nwfs/nwfs_mount.h>
|
||||
#include "mntopts.h"
|
||||
|
||||
|
@ -32,6 +32,7 @@
|
||||
* $FreeBSD$
|
||||
*/
|
||||
#include <sys/param.h>
|
||||
#include <sys/stat.h>
|
||||
#include <sys/errno.h>
|
||||
#include <sys/mount.h>
|
||||
|
||||
@ -47,7 +48,6 @@
|
||||
|
||||
#include <netncp/ncp_lib.h>
|
||||
#include <netncp/ncp_rcfile.h>
|
||||
#include <nwfs/nwfs.h>
|
||||
#include <nwfs/nwfs_mount.h>
|
||||
#include "mntopts.h"
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user