diff options
Diffstat (limited to 'include/cru/ui/controls/text_block.hpp')
-rw-r--r-- | include/cru/ui/controls/text_block.hpp | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/include/cru/ui/controls/text_block.hpp b/include/cru/ui/controls/text_block.hpp index 02e0eb2b..db0fb4e5 100644 --- a/include/cru/ui/controls/text_block.hpp +++ b/include/cru/ui/controls/text_block.hpp @@ -3,14 +3,6 @@ #include "text_common.hpp" -#include <memory> - -namespace cru::ui::render { -class StackLayoutRenderObject; -class TextRenderObject; -class CanvasRenderObject; -} // namespace cru::ui::render - namespace cru::ui::controls { class TextBlock : public NoChildControl, public virtual ITextControl { public: |