mirror of
https://github.com/fish-shell/fish-shell.git
synced 2025-01-19 23:12:44 +08:00
Remove sys/mount.h include
This seems to be unnecessary?
This commit is contained in:
parent
8b378e9a44
commit
2cb0cada86
|
@ -6,7 +6,6 @@
|
|||
#include "path.h"
|
||||
|
||||
#include <errno.h>
|
||||
#include <sys/mount.h>
|
||||
#include <sys/param.h>
|
||||
#include <sys/stat.h>
|
||||
#if defined(__linux__)
|
||||
|
|
|
@ -11,7 +11,6 @@
|
|||
#include <limits.h>
|
||||
#include <stdio.h>
|
||||
#include <stdlib.h>
|
||||
#include <sys/mount.h>
|
||||
#include <sys/stat.h>
|
||||
#include <sys/statvfs.h>
|
||||
#include <sys/types.h>
|
||||
|
|
Loading…
Reference in New Issue
Block a user