diff options
Diffstat (limited to 'include/cru/ui/controls/stack_layout.hpp')
-rw-r--r-- | include/cru/ui/controls/stack_layout.hpp | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/include/cru/ui/controls/stack_layout.hpp b/include/cru/ui/controls/stack_layout.hpp index 298de089..93861c19 100644 --- a/include/cru/ui/controls/stack_layout.hpp +++ b/include/cru/ui/controls/stack_layout.hpp @@ -1,12 +1,6 @@ #pragma once #include "../layout_control.hpp" -#include <memory> - -namespace cru::ui::render { -class StackLayoutRenderObject; -} - namespace cru::ui::controls { class StackLayout : public LayoutControl { public: |