diff options
author | Rémi Verschelde <remi@verschelde.fr> | 2021-06-11 16:51:10 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-06-11 16:51:10 +0200 |
commit | 8d4046929c05a865247caa5bb6958a75c45cf293 (patch) | |
tree | f110eb7af684ca92b3889d672ac2916d2fdfdf37 /modules/fbx/tools/validation_tools.h | |
parent | 6b0183ec893ddea3f8ae71005b5fce1ae988e8a0 (diff) | |
parent | 9e328bb5b7bfb30b832e9ef733e535de93e1c60b (diff) | |
download | redot-engine-8d4046929c05a865247caa5bb6958a75c45cf293.tar.gz |
Merge pull request #49511 from akien-mga/core-diraccess-fileaccess-io
Core: Move DirAccess and FileAccess to `core/io`
Diffstat (limited to 'modules/fbx/tools/validation_tools.h')
-rw-r--r-- | modules/fbx/tools/validation_tools.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/fbx/tools/validation_tools.h b/modules/fbx/tools/validation_tools.h index fe0c92b22f..6c15eb7e12 100644 --- a/modules/fbx/tools/validation_tools.h +++ b/modules/fbx/tools/validation_tools.h @@ -33,8 +33,8 @@ #ifdef TOOLS_ENABLED +#include "core/io/file_access.h" #include "core/io/json.h" -#include "core/os/file_access.h" #include "core/string/ustring.h" #include "core/templates/local_vector.h" #include "core/templates/map.h" |