Remove Array include from dictionary.h and ustring.h.

This commit is contained in:
Lukas Tenbrink
2025-10-04 11:02:44 +02:00
parent d413181b8a
commit dc5e615a1d
7 changed files with 10 additions and 4 deletions

View File

@@ -37,7 +37,6 @@
#include "core/templates/hashfuncs.h"
#include "core/templates/vector.h"
#include "core/typedefs.h"
#include "core/variant/array.h"
class String;
template <typename T>