diff options
Diffstat (limited to 'scene')
-rw-r--r-- | scene/main/node.h | 2 | ||||
-rw-r--r-- | scene/scene_string_names.h | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/scene/main/node.h b/scene/main/node.h index 1794cce9f6..0447deccc1 100644 --- a/scene/main/node.h +++ b/scene/main/node.h @@ -33,7 +33,7 @@ #include "class_db.h" #include "map.h" #include "object.h" -#include "path_db.h" +#include "node_path.h" #include "project_settings.h" #include "scene/main/scene_tree.h" #include "script_language.h" diff --git a/scene/scene_string_names.h b/scene/scene_string_names.h index 0802a73973..0bfe42a7b8 100644 --- a/scene/scene_string_names.h +++ b/scene/scene_string_names.h @@ -30,7 +30,7 @@ #ifndef SCENE_STRING_NAMES_H #define SCENE_STRING_NAMES_H -#include "path_db.h" +#include "node_path.h" #include "string_db.h" class SceneStringNames { |