summaryrefslogtreecommitdiff
path: root/tests/test_file_access.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 /tests/test_file_access.h
parent6b0183ec893ddea3f8ae71005b5fce1ae988e8a0 (diff)
parent9e328bb5b7bfb30b832e9ef733e535de93e1c60b (diff)
Merge pull request #49511 from akien-mga/core-diraccess-fileaccess-io
Core: Move DirAccess and FileAccess to `core/io`
Diffstat (limited to 'tests/test_file_access.h')
-rw-r--r--tests/test_file_access.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test_file_access.h b/tests/test_file_access.h
index 00a314644c..cb74e08a0d 100644
--- a/tests/test_file_access.h
+++ b/tests/test_file_access.h
@@ -31,7 +31,7 @@
#ifndef TEST_FILE_ACCESS_H
#define TEST_FILE_ACCESS_H
-#include "core/os/file_access.h"
+#include "core/io/file_access.h"
#include "test_utils.h"
namespace TestFileAccess {