Kill INCLUDE_SYS_MOUNT_FOR_STATFS.

Change-Id: I692179cae9d476dd5a0b5fa92813b61934dd7c87
This commit is contained in:
Elliott Hughes 2014-11-20 12:54:21 -08:00
parent 55f71bc080
commit 9a4e7f492e

View File

@ -40,7 +40,7 @@
#include <private/android_filesystem_config.h>
#if INCLUDE_SYS_MOUNT_FOR_STATFS
#if defined(__APPLE__)
#include <sys/mount.h>
#else
#include <sys/statfs.h>