Include private/fs_config.h directly when needed

This is no longer a transitive include of android_filesystem_config.h

Signed-off-by: Tom Cherry <tomcherry@google.com>
Reviewed-by: Chao Yu <yuchao0@huawei.com>
Signed-off-by: Jaegeuk Kim <jaegeuk@kernel.org>
This commit is contained in:
Tom Cherry 2020-03-04 13:41:55 -08:00 committed by Jaegeuk Kim
parent 7f3767ee8d
commit 2b1dd73248

View File

@ -34,6 +34,7 @@ static fs_config_f fs_config_func = NULL;
#include <selinux/android.h>
#include <private/android_filesystem_config.h>
#include <private/canned_fs_config.h>
#include <private/fs_config.h>
#endif
static int filter_dot(const struct dirent *d)