Remove sys/mount.h include

This seems to be unnecessary?
This commit is contained in:
Fabian Boehm 2022-07-24 12:22:36 +02:00
parent 8b378e9a44
commit 2cb0cada86
2 changed files with 0 additions and 2 deletions

View File

@ -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__)

View File

@ -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>