aboutsummaryrefslogtreecommitdiff
path: root/src/ui
diff options
context:
space:
mode:
authorcrupest <crupest@outlook.com>2020-12-25 15:43:20 +0800
committercrupest <crupest@outlook.com>2020-12-25 15:43:20 +0800
commit61b835d47ab98279c5f2f43bebcd4fe18f7c408d (patch)
treedbe881a709f54d2166e07df6fea0787567872ad2 /src/ui
parentda7ad0ff5c5b158be69c6cf9a2c8e9fc9ef2b3cb (diff)
downloadcru-61b835d47ab98279c5f2f43bebcd4fe18f7c408d.tar.gz
cru-61b835d47ab98279c5f2f43bebcd4fe18f7c408d.tar.bz2
cru-61b835d47ab98279c5f2f43bebcd4fe18f7c408d.zip
...
Diffstat (limited to 'src/ui')
-rw-r--r--src/ui/controls/TextHostControlService.cpp8
1 files changed, 0 insertions, 8 deletions
diff --git a/src/ui/controls/TextHostControlService.cpp b/src/ui/controls/TextHostControlService.cpp
index 1ce3f642..7126f7b7 100644
--- a/src/ui/controls/TextHostControlService.cpp
+++ b/src/ui/controls/TextHostControlService.cpp
@@ -3,23 +3,15 @@
#include "../Helper.hpp"
#include "cru/common/Logger.hpp"
#include "cru/common/StringUtil.hpp"
-#include "cru/platform/graphics/Font.hpp"
-#include "cru/platform/graphics/Painter.hpp"
#include "cru/platform/gui/Cursor.hpp"
#include "cru/platform/gui/InputMethod.hpp"
#include "cru/platform/gui/UiApplication.hpp"
#include "cru/platform/gui/Window.hpp"
-#include "cru/ui/Base.hpp"
#include "cru/ui/DebugFlags.hpp"
-#include "cru/ui/controls/Control.hpp"
-#include "cru/ui/events/UiEvent.hpp"
#include "cru/ui/helper/ShortcutHub.hpp"
#include "cru/ui/host/WindowHost.hpp"
-#include "cru/ui/render/CanvasRenderObject.hpp"
#include "cru/ui/render/ScrollRenderObject.hpp"
#include "cru/ui/render/TextRenderObject.hpp"
-#include "gsl/gsl_assert"
-#include "gsl/pointers"
namespace cru::ui::controls {
TextHostControlService::TextHostControlService(gsl::not_null<Control*> control)