Core: Move DirAccess and FileAccess to core/io
File handling APIs are typically considered part of I/O, and we did have most `FileAccess` implementations in `core/io` already.
This commit is contained in:
@ -33,7 +33,7 @@
|
||||
|
||||
#if defined(UNIX_ENABLED) || defined(LIBC_FILEIO_ENABLED)
|
||||
|
||||
#include "core/os/dir_access.h"
|
||||
#include "core/io/dir_access.h"
|
||||
|
||||
#include <dirent.h>
|
||||
#include <sys/stat.h>
|
||||
|
||||
Reference in New Issue
Block a user