mirror of
https://github.com/godotengine/godot.git
synced 2025-12-07 22:00:10 +00:00
Remove Array include from dictionary.h and ustring.h.
This commit is contained in:
parent
d413181b8a
commit
dc5e615a1d
7 changed files with 10 additions and 4 deletions
|
|
@ -30,15 +30,14 @@
|
|||
|
||||
#pragma once
|
||||
|
||||
#include "core/string/ustring.h"
|
||||
#include "core/templates/hash_map.h"
|
||||
#include "core/templates/local_vector.h"
|
||||
#include "core/templates/pair.h"
|
||||
#include "core/variant/array.h"
|
||||
#include "core/variant/variant_deep_duplicate.h"
|
||||
|
||||
class Array;
|
||||
class StringName;
|
||||
class Variant;
|
||||
|
||||
struct ContainerType;
|
||||
struct ContainerTypeValidate;
|
||||
struct DictionaryPrivate;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue