Apply IWYU

This commit is contained in:
ArthurSonzogni 2024-04-06 17:44:40 +02:00
parent 5ff0764e77
commit 07a390ee63
No known key found for this signature in database
GPG Key ID: 41D98248C074CD6C
5 changed files with 13 additions and 14 deletions

View File

@ -148,7 +148,6 @@ struct CheckboxOption {
std::function<void()> on_change = [] {}; std::function<void()> on_change = [] {};
}; };
/// @brief Used to define style for the Input component. /// @brief Used to define style for the Input component.
struct InputState { struct InputState {
Element element; Element element;