Remove typed_dictionary.h include

This commit is contained in:
Yufeng Ying 2025-10-14 03:31:19 +08:00 committed by Yyf2333
parent ad4c2c3da8
commit 37164e28f0
4 changed files with 11 additions and 6 deletions

View file

@ -34,6 +34,7 @@
#include "core/debugger/debugger_marshalls.h"
#include "core/debugger/remote_debugger.h"
#include "core/string/ustring.h"
#include "core/variant/typed_dictionary.h"
#include "core/version.h"
#include "editor/debugger/editor_debugger_plugin.h"
#include "editor/debugger/editor_expression_evaluator.h"