diff options
author | Aaron Franke <arnfranke@yahoo.com> | 2021-08-12 18:05:59 -0500 |
---|---|---|
committer | Aaron Franke <arnfranke@yahoo.com> | 2021-08-13 00:27:38 -0500 |
commit | eb4902a4558f286b3f26559c217614d075879d53 (patch) | |
tree | 004f986c78b2bd18893ca9af2da2aa820a49b593 /scene/3d/voxel_gi.h | |
parent | a98589a4497bdff15c66a98b6d07241addddae2c (diff) | |
download | redot-engine-eb4902a4558f286b3f26559c217614d075879d53.tar.gz |
Fix some unnecessary includes
Diffstat (limited to 'scene/3d/voxel_gi.h')
-rw-r--r-- | scene/3d/voxel_gi.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/scene/3d/voxel_gi.h b/scene/3d/voxel_gi.h index 434d209421..5d0dda1ba3 100644 --- a/scene/3d/voxel_gi.h +++ b/scene/3d/voxel_gi.h @@ -31,7 +31,6 @@ #ifndef VOXEL_GI_H #define VOXEL_GI_H -#include "multimesh_instance_3d.h" #include "scene/3d/visual_instance_3d.h" class VoxelGIData : public Resource { |