summaryrefslogtreecommitdiffstats
path: root/scene/3d/world_environment.h
diff options
context:
space:
mode:
authorAaron Franke <arnfranke@yahoo.com>2021-08-12 18:05:59 -0500
committerAaron Franke <arnfranke@yahoo.com>2021-08-13 00:27:38 -0500
commiteb4902a4558f286b3f26559c217614d075879d53 (patch)
tree004f986c78b2bd18893ca9af2da2aa820a49b593 /scene/3d/world_environment.h
parenta98589a4497bdff15c66a98b6d07241addddae2c (diff)
downloadredot-engine-eb4902a4558f286b3f26559c217614d075879d53.tar.gz
Fix some unnecessary includes
Diffstat (limited to 'scene/3d/world_environment.h')
-rw-r--r--scene/3d/world_environment.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/scene/3d/world_environment.h b/scene/3d/world_environment.h
index 9e85982381..310d1e96a5 100644
--- a/scene/3d/world_environment.h
+++ b/scene/3d/world_environment.h
@@ -31,7 +31,7 @@
#ifndef SCENARIO_FX_H
#define SCENARIO_FX_H
-#include "scene/3d/node_3d.h"
+#include "scene/main/node.h"
#include "scene/resources/camera_effects.h"
#include "scene/resources/environment.h"