diff options
| author | Yuqian Yang <crupest@crupest.life> | 2025-11-16 10:22:07 +0800 |
|---|---|---|
| committer | Yuqian Yang <crupest@crupest.life> | 2025-11-16 10:22:07 +0800 |
| commit | d7fbe9332f01153efaea40e7a35f0025c75b9a04 (patch) | |
| tree | 83cace7d4edba6453ed4749efa96921272085796 /include/cru/ui/controls/TextHostControlService.h | |
| parent | 246eb9266b9349b44cbe96f3f839124ab30cbb89 (diff) | |
| download | cru-d7fbe9332f01153efaea40e7a35f0025c75b9a04.tar.gz cru-d7fbe9332f01153efaea40e7a35f0025c75b9a04.tar.bz2 cru-d7fbe9332f01153efaea40e7a35f0025c75b9a04.zip | |
Abstract out AutoDestruct.
Diffstat (limited to 'include/cru/ui/controls/TextHostControlService.h')
| -rw-r--r-- | include/cru/ui/controls/TextHostControlService.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/cru/ui/controls/TextHostControlService.h b/include/cru/ui/controls/TextHostControlService.h index a9f4f22b..d4a1218f 100644 --- a/include/cru/ui/controls/TextHostControlService.h +++ b/include/cru/ui/controls/TextHostControlService.h @@ -1,7 +1,6 @@ #pragma once #include "../render/TextRenderObject.h" #include "cru/platform/gui/InputMethod.h" -#include "cru/platform/gui/TimerHelper.h" #include "cru/platform/gui/UiApplication.h" #include "cru/ui/DeleteLater.h" #include "cru/ui/controls/Control.h" |
