Move some worker_thread_pool.h includes out of header files

This commit is contained in:
myaaaaaaaaa
2023-02-13 13:45:06 -05:00
parent c4fb119f03
commit 6f88392d02
12 changed files with 9 additions and 3 deletions

View File

@@ -32,6 +32,7 @@
#include "godot_joint_3d.h"
#include "core/object/worker_thread_pool.h"
#include "core/os/os.h"
#define BODY_ISLAND_COUNT_RESERVE 128

View File

@@ -33,7 +33,6 @@
#include "godot_space_3d.h"
#include "core/object/worker_thread_pool.h"
#include "core/templates/local_vector.h"
class GodotStep3D {