diff options
author | crupest <crupest@outlook.com> | 2020-03-18 22:37:41 +0800 |
---|---|---|
committer | crupest <crupest@outlook.com> | 2020-03-18 22:37:41 +0800 |
commit | 477155d6fccc8eafadb6d7f4c468c9141d7d4e92 (patch) | |
tree | 0fe935c8f699a1c42c8750a39b6ca70d31f941a0 /include/cru/ui/controls/text_common.hpp | |
parent | 068714c0f2fe7ab003462e5483f9944b0bf2f8e0 (diff) | |
download | cru-477155d6fccc8eafadb6d7f4c468c9141d7d4e92.tar.gz cru-477155d6fccc8eafadb6d7f4c468c9141d7d4e92.tar.bz2 cru-477155d6fccc8eafadb6d7f4c468c9141d7d4e92.zip |
...
Diffstat (limited to 'include/cru/ui/controls/text_common.hpp')
-rw-r--r-- | include/cru/ui/controls/text_common.hpp | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/include/cru/ui/controls/text_common.hpp b/include/cru/ui/controls/text_common.hpp index fbef6b06..64a9666c 100644 --- a/include/cru/ui/controls/text_common.hpp +++ b/include/cru/ui/controls/text_common.hpp @@ -3,9 +3,6 @@ #include "cru/ui/ui_event.hpp" -#include <functional> -#include <optional> - namespace cru::platform::graph { struct IBrush; } |