summaryrefslogtreecommitdiff
path: root/scene/resources/text_file.h
diff options
context:
space:
mode:
Diffstat (limited to 'scene/resources/text_file.h')
-rw-r--r--scene/resources/text_file.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/scene/resources/text_file.h b/scene/resources/text_file.h
index 40b648eebb..3abc769dc6 100644
--- a/scene/resources/text_file.h
+++ b/scene/resources/text_file.h
@@ -31,8 +31,8 @@
#ifndef TEXTFILE_H
#define TEXTFILE_H
-#include "io/resource_loader.h"
-#include "io/resource_saver.h"
+#include "core/io/resource_loader.h"
+#include "core/io/resource_saver.h"
class TextFile : public Resource {