mirror of
https://github.com/godotengine/godot.git
synced 2025-10-19 16:03:29 +00:00
Remove unused headers in servers.
Co-authored-by: bruvzg <7645683+bruvzg@users.noreply.github.com>
This commit is contained in:
parent
89001f91d2
commit
e88e30c273
109 changed files with 32 additions and 199 deletions
|
@ -34,7 +34,6 @@
|
|||
#include "core/io/image.h"
|
||||
#include "core/math/geometry_3d.h"
|
||||
#include "core/math/transform_2d.h"
|
||||
#include "core/object/class_db.h"
|
||||
#include "core/templates/rid.h"
|
||||
#include "core/variant/typed_array.h"
|
||||
#include "core/variant/variant.h"
|
||||
|
@ -57,9 +56,6 @@
|
|||
#define ERR_NOT_ON_RENDER_THREAD_V(m_ret)
|
||||
#endif
|
||||
|
||||
template <typename T>
|
||||
class TypedArray;
|
||||
|
||||
class RenderingServer : public Object {
|
||||
GDCLASS(RenderingServer, Object);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue