diff options
author | myaaaaaaaaa <103326468+myaaaaaaaaa@users.noreply.github.com> | 2023-02-13 13:45:06 -0500 |
---|---|---|
committer | myaaaaaaaaa <103326468+myaaaaaaaaa@users.noreply.github.com> | 2023-02-13 14:02:01 -0500 |
commit | 6f88392d024ac4880428d6e5b41ad3d664e87843 (patch) | |
tree | aeb653c5d6cced5a83a02e44f1034577f65d2a62 /servers/physics_3d/godot_step_3d.h | |
parent | c4fb119f03477ad9a494ba6cdad211b35a8efcce (diff) | |
download | redot-engine-6f88392d024ac4880428d6e5b41ad3d664e87843.tar.gz |
Move some worker_thread_pool.h includes out of header files
Diffstat (limited to 'servers/physics_3d/godot_step_3d.h')
-rw-r--r-- | servers/physics_3d/godot_step_3d.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/servers/physics_3d/godot_step_3d.h b/servers/physics_3d/godot_step_3d.h index be7266b264..1c9b0af422 100644 --- a/servers/physics_3d/godot_step_3d.h +++ b/servers/physics_3d/godot_step_3d.h @@ -33,7 +33,6 @@ #include "godot_space_3d.h" -#include "core/object/worker_thread_pool.h" #include "core/templates/local_vector.h" class GodotStep3D { |