mirror of
https://github.com/asmjit/asmjit.git
synced 2025-12-17 12:34:35 +03:00
Remove unnecessary #include <sys/statvfs.h> (#175)
This commit is contained in:
committed by
Petr Kobalicek
parent
31066937fd
commit
9850643721
@@ -13,7 +13,6 @@
|
|||||||
|
|
||||||
#if ASMJIT_OS_POSIX
|
#if ASMJIT_OS_POSIX
|
||||||
# include <errno.h>
|
# include <errno.h>
|
||||||
# include <sys/statvfs.h>
|
|
||||||
# include <sys/utsname.h>
|
# include <sys/utsname.h>
|
||||||
# include <unistd.h>
|
# include <unistd.h>
|
||||||
#endif // ASMJIT_OS_POSIX
|
#endif // ASMJIT_OS_POSIX
|
||||||
|
|||||||
Reference in New Issue
Block a user