1
0
mirror of https://github.com/godotengine/godot.git synced 2025-11-04 12:00:25 +00:00

Apply iwyu suggestion in core.

This commit is contained in:
Yufeng Ying
2024-12-18 19:56:23 +08:00
parent 6395450b10
commit be86ce3103
68 changed files with 7 additions and 111 deletions

View File

@@ -32,7 +32,7 @@
#define CORE_CONSTANTS_H
#include "core/string/string_name.h"
#include "core/templates/hash_set.h"
#include "core/templates/hash_map.h"
class CoreConstants {
public: