From d6133525dc1649745ac94698c02e533ecc6f0281 Mon Sep 17 00:00:00 2001 From: John Preston Date: Thu, 16 Nov 2023 14:29:12 +0400 Subject: [PATCH] Remove unnecessary includes in input_field. --- ui/widgets/fields/input_field.h | 3 --- 1 file changed, 3 deletions(-) diff --git a/ui/widgets/fields/input_field.h b/ui/widgets/fields/input_field.h index 12f0361..01a008e 100644 --- a/ui/widgets/fields/input_field.h +++ b/ui/widgets/fields/input_field.h @@ -14,9 +14,6 @@ #include "ui/text/text_custom_emoji.h" #include -#include -#include -#include #include