Windows TTS: Use HashMap instead of RBMap for ids

And fixup includes in other implementations.

(cherry picked from commit 92b9806dcc)
This commit is contained in:
Rémi Verschelde 2023-04-11 15:54:06 +02:00 committed by Yuri Sizov
parent 7e482f420d
commit effefe9feb
6 changed files with 18 additions and 15 deletions

View file

@ -34,8 +34,8 @@
#include "core/os/thread.h"
#include "core/os/thread_safe.h"
#include "core/string/ustring.h"
#include "core/templates/hash_map.h"
#include "core/templates/list.h"
#include "core/templates/rb_map.h"
#include "core/variant/array.h"
#include "servers/display_server.h"