1
0
mirror of https://github.com/godotengine/godot.git synced 2025-11-09 12:50:35 +00:00

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

@@ -31,6 +31,7 @@
#include "rendering_server.h"
#include "core/config/project_settings.h"
#include "core/object/worker_thread_pool.h"
#include "core/variant/typed_array.h"
#include "servers/rendering/rendering_server_globals.h"
#include "servers/rendering/shader_language.h"