summaryrefslogtreecommitdiffstats
path: root/core/io/file_access_pack.h
diff options
context:
space:
mode:
authorRémi Verschelde <remi@verschelde.fr>2021-06-11 16:51:10 +0200
committerGitHub <noreply@github.com>2021-06-11 16:51:10 +0200
commit8d4046929c05a865247caa5bb6958a75c45cf293 (patch)
treef110eb7af684ca92b3889d672ac2916d2fdfdf37 /core/io/file_access_pack.h
parent6b0183ec893ddea3f8ae71005b5fce1ae988e8a0 (diff)
parent9e328bb5b7bfb30b832e9ef733e535de93e1c60b (diff)
downloadredot-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 'core/io/file_access_pack.h')
-rw-r--r--core/io/file_access_pack.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/core/io/file_access_pack.h b/core/io/file_access_pack.h
index 7a83fc938f..2f0ee62723 100644
--- a/core/io/file_access_pack.h
+++ b/core/io/file_access_pack.h
@@ -31,8 +31,8 @@
#ifndef FILE_ACCESS_PACK_H
#define FILE_ACCESS_PACK_H
-#include "core/os/dir_access.h"
-#include "core/os/file_access.h"
+#include "core/io/dir_access.h"
+#include "core/io/file_access.h"
#include "core/string/print_string.h"
#include "core/templates/list.h"
#include "core/templates/map.h"