From 71d23fbeacdd1f0c5e33cffb0979250d576fcf9c Mon Sep 17 00:00:00 2001 From: Rich Felker Date: Thu, 17 Oct 2019 16:03:42 -0400 Subject: remove indirect use of endian.h from public headers building on commit 97d35a552ec5b6ddf7923dd2f9a8eb973526acea, __BYTE_ORDER is now available wherever alltypes.h is included. endian.h should not be used since, in the future, it will expose identifiers that are not in the reserved namespace for the headers which were previously using it. --- include/sys/statvfs.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'include/sys/statvfs.h') diff --git a/include/sys/statvfs.h b/include/sys/statvfs.h index ef07d684..793490b6 100644 --- a/include/sys/statvfs.h +++ b/include/sys/statvfs.h @@ -11,8 +11,6 @@ extern "C" { #define __NEED_fsfilcnt_t #include -#include - struct statvfs { unsigned long f_bsize, f_frsize; fsblkcnt_t f_blocks, f_bfree, f_bavail; -- cgit v1.2.1