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

Remove #include "scene/main/timer.h" from control.h

This commit is contained in:
chocola-mint
2025-10-05 14:22:07 +09:00
parent 06827c91c6
commit 19c47c5d99
27 changed files with 28 additions and 1 deletions

View File

@@ -32,6 +32,7 @@
#include "core/config/project_settings.h"
#include "editor/editor_string_names.h"
#include "scene/main/timer.h"
#include "scene/main/window.h"
#include "scene/resources/style_box_flat.h"
#include "scene/theme/theme_db.h"