summaryrefslogtreecommitdiffstats
path: root/scene/3d/node_3d.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/node_3d.h
parenta98589a4497bdff15c66a98b6d07241addddae2c (diff)
downloadredot-engine-eb4902a4558f286b3f26559c217614d075879d53.tar.gz
Fix some unnecessary includes
Diffstat (limited to 'scene/3d/node_3d.h')
-rw-r--r--scene/3d/node_3d.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/scene/3d/node_3d.h b/scene/3d/node_3d.h
index da54452abb..0fd0c4e205 100644
--- a/scene/3d/node_3d.h
+++ b/scene/3d/node_3d.h
@@ -32,7 +32,6 @@
#define NODE_3D_H
#include "scene/main/node.h"
-#include "scene/main/scene_tree.h"
class Node3DGizmo : public RefCounted {
GDCLASS(Node3DGizmo, RefCounted);